Skip to content

Commit 9671b45

Browse files
kirlfBastienTr
authored andcommitted
The link to the channel coding directory is added to main README. (#46)
1 parent 91c313e commit 9671b45

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Objectives
1717

1818
Available Features
1919
------------------
20-
Channel Coding
20+
[Channel Coding](https://github.com/veeresht/CommPy/tree/master/commpy/channelcoding)
2121
--------------
2222
- Encoder for Convolutional Codes (Polynomial, Recursive Systematic). Supports all rates and puncture matrices.
2323
- Viterbi Decoder for Convolutional Codes (Hard Decision Output).
@@ -29,25 +29,25 @@ Channel Coding
2929
- Random Interleavers and De-interleavers.
3030
- Belief Propagation (BP) Decoder for LDPC Codes.
3131

32-
Channel Models
32+
[Channel Models](https://github.com/veeresht/CommPy/blob/master/commpy/channels.py)
3333
--------------
3434
- SISO Channel with Rayleigh or Rician fading.
3535
- MIMO Channel with Rayleigh or Rician fading.
3636
- Binary Erasure Channel (BEC)
3737
- Binary Symmetric Channel (BSC)
3838
- Binary AWGN Channel (BAWGNC)
3939

40-
Filters
40+
[Filters](https://github.com/veeresht/CommPy/blob/master/commpy/filters.py)
4141
-------
4242
- Rectangular
4343
- Raised Cosine (RC), Root Raised Cosine (RRC)
4444
- Gaussian
4545

46-
Impairments
46+
[Impairments](https://github.com/veeresht/CommPy/blob/master/commpy/impairments.py)
4747
-----------
4848
- Carrier Frequency Offset (CFO)
4949

50-
Modulation/Demodulation
50+
[Modulation/Demodulation](https://github.com/veeresht/CommPy/blob/master/commpy/modulation.py)
5151
-----------------------
5252
- Phase Shift Keying (PSK)
5353
- Quadrature Amplitude Modulation (QAM)
@@ -56,19 +56,19 @@ Modulation/Demodulation
5656
- MIMO K-best Schnorr-Euchner Detection.
5757
- Convert channel matrix to Bit-level representation.
5858

59-
Sequences
59+
[Sequences](https://github.com/veeresht/CommPy/blob/master/commpy/sequences.py)
6060
---------
6161
- PN Sequence
6262
- Zadoff-Chu (ZC) Sequence
6363

64-
Utilities
64+
[Utilities](https://github.com/veeresht/CommPy/blob/master/commpy/utilities.py)
6565
---------
6666
- Decimal to bit-array, bit-array to decimal.
6767
- Hamming distance, Euclidean distance.
6868
- Upsample
6969
- Power of a discrete-time signal
7070

71-
Links
71+
[Links](https://github.com/veeresht/CommPy/blob/master/commpy/links.py)
7272
-----
7373
- Estimate the BER performance of a link model with Monte Carlo simulation.
7474
- Link model object.

0 commit comments

Comments
 (0)