Skip to content

Commit f7f9e38

Browse files
authored
Merge pull request #37 from kirlf/master
Update README.md
2 parents 4f52e83 + 6406ede commit f7f9e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commpy/channelcoding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The fact how "further" a certain algorithm divides the code words among themselv
1313

1414
![](https://habrastorage.org/webt/n7/o4/bs/n7o4bsf7_htlv10gsatc-yojbrq.png)
1515

16-
In the case of binary codes, the minimum distance between all existing code words is called ** Hamming distance ** and is usually denoted **dmin**:
16+
In the case of binary codes, the minimum distance between all existing code words is called **Hamming distance** and is usually denoted **dmin**:
1717

1818
<img src="https://raw.githubusercontent.com/kirlf/CSP/master/FEC/assets/FECexamp2.png" alt="examp2" width="400"/>
1919

@@ -32,7 +32,7 @@ Secondly, codes can be classified as **block** and **continuous**:
3232

3333
## Net bit rate
3434
Redundancy of the channel coding schemes influences (decreases) bit rate. Actually, it is the cost for the noiseless increasing.
35-
**Net bit** rate concept is usually used:
35+
[**Net bit rate**](https://en.wikipedia.org/wiki/Bit_rate#Information_rate) concept is usually used:
3636

3737
<img src="https://raw.githubusercontent.com/kirlf/CSP/master/FEC/assets/nebitrate.png" alt="net" width="500"/>
3838

0 commit comments

Comments
 (0)