vinniefalco / DSPFilters

A Collection of Useful C++ Classes for Digital Signal Processing
1.83k stars 375 forks source link

NaN or hardly any changes to signal with Chebyshev and BandPass #50

Open MusMark opened 5 years ago

MusMark commented 5 years ago

Using the Chebyshev BandPass/HighPass/LowPass and at one point even Butterworth Bandpass return either NaN or give or take the same exact signal. I'm pretty sure I'm calling them as expected, faithful to the documentation. Any help or similar experiences?