AllenDowney / ThinkDSP

Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
https://allendowney.github.io/ThinkDSP/
3.93k stars 3.2k forks source link

Allow factor to influence band_stop filter #3

Closed benkahle closed 8 years ago

benkahle commented 9 years ago

Based on the function signature, I believe the factor parameter should affect the degree to which the band_stop attenuates .

AllenDowney commented 8 years ago

Looks like I fixed this at some point. Thanks!