Skip to content

Commit 37432c8

Browse files
committed
Merge branch 'LDPC'
2 parents 2b102b7 + d462c57 commit 37432c8

File tree

8 files changed

+3828
-177
lines changed

8 files changed

+3828
-177
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Available Features
2727
- Binary Galois Field GF(2^m) with minimal polynomials and cyclotomic cosets.
2828
- Create all possible generator polynomials for a (n,k) cyclic code.
2929
- Random Interleavers and De-interleavers.
30-
- Belief Propagation (BP) Decoder for LDPC Codes.
30+
- Belief Propagation (BP) Decoder and triangular systematic encoder for LDPC Codes.
3131

3232
[Channel Models](https://github.com/veeresht/CommPy/blob/master/commpy/channels.py)
3333
--------------
@@ -73,6 +73,7 @@ Available Features
7373
-----
7474
- Estimate the BER performance of a link model with Monte Carlo simulation.
7575
- Link model object.
76+
- Helper function for MIMO Iteration Detection and Decoding scheme.
7677

7778
FAQs
7879
----
@@ -92,7 +93,7 @@ How do I use CommPy?
9293
--------------------
9394
Requirements/Dependencies
9495
-------------------------
95-
- python 2.7 or above
96+
- python 3.2 or above
9697
- numpy 1.10 or above
9798
- scipy 0.15 or above
9899
- matplotlib 1.4 or above

0 commit comments

Comments
 (0)