veeresht / CommPy

Digital Communication with Python
http://veeresht.github.com/CommPy
BSD 3-Clause "New" or "Revised" License
538 stars 176 forks source link

gaussianfilter ignores Ts parameter #121

Open mobilinkd opened 1 year ago

mobilinkd commented 1 year ago

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 rate & sampling rate.