Skip to content

Commit 68de475

Browse files
authored
Update README.md
1 parent 9cc623b commit 68de475

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

commpy/channelcoding/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,12 @@ To change the coderate of the continuous code, e.g. convolutional code, **punctu
4545

4646
## Example
4747

48-
Let us consider implematation of the **convolutional codes** as an example.
49-
50-
Main modeling routines:
51-
- generate random message
52-
- encode
53-
- modulate it
54-
- add a noise (e.g. AWGN)
55-
- demodulate
56-
- decode
57-
- check the error correction
48+
Let us consider implematation of the **convolutional codes** as an example:
5849

5950
<img src="https://habrastorage.org/webt/v3/v5/w2/v3v5w2gbwk34nzk_2qt25baoebq.png" width="500"/>
6051

52+
*Main modeling routines: random message genaration, channel encoding, baseband modulation, additive noise (e.g. AWGN), baseband demodulation, channel decoding, BER calculation.*
53+
6154
```python
6255
import numpy as np
6356
import commpy.channelcoding.convcode as cc

0 commit comments

Comments
 (0)