CommPy
CommPy copied to clipboard
Digital Communication with Python
The `gaussianfilter(N, alpha, Ts, Fs)` function should do something with the `Ts` parameter, but it is ignored. This means that the impulse response cannot be tuned to a specific symbol...
The url on the homepage of this repo is still [veeresht.github.com/CommPy](http://veeresht.github.com/CommPy), which should be [veeresht.github.io/CommPy](http://veeresht.github.io/CommPy) now.
Hi! It would be great to see commpy being available in conda through the `conda-forge` channel. I'd like to add a package to `conda-forge` that requires commpy. Packages on `conda-forge`...
Using hard demodulation we get a binary {0,1} vector. Now given that we previously punctured "erased or removed" the bits to reduce the rate say e.g from 1/2 to 3/4,...
Traceback (most recent call last): File "C:/Users/lihao/Desktop/ofdm_v1.py", line 169, in OFDM_simulation() File "C:/Users/lihao/Desktop/ofdm_v1.py", line 136, in OFDM_simulation OFDM_RX = channel(OFDM_TX, SNRdb, "tdl") File "C:/Users/lihao/Desktop/ofdm_v1.py", line 81, in channel channel =...
Hello, -could you give a small example on how it works to print cyclotomic cosets? i try with following code, but it either takes infinitely long, or it does return...