Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xukmin authored Oct 26, 2020
1 parent 185ba9b commit 09adf57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,22 @@ Run:

Example use:

Decoding:

```bash
./viterbi_main 3 7 5 0011100001100111111000101100111011
010111001010001
```

Encoding:

```bash
$ ./viterbi_main 3 7 5 --encode 010111001010001
0011100001100111111000101100111011
```

Please note there are `(constraint - 1)` "0" bits padded in front of the original message.

More Features
-------------

Expand Down

0 comments on commit 09adf57

Please sign in to comment.