Skip to content

Commit 1236f07

Browse files
authored
Update README.md
Links to available modules are added.
1 parent 577e2d1 commit 1236f07

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ Available Features
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)