You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application where I'm working at low sample rates.
44100 works, 22050 doesn't, 11025 doesn't.
Iir::ChebyshevI::BandPass<3> bandpass2; // NOTE: here order should replaced by a int number!
this->bandpass2.setup(3, 44100, this->centerF,this->widthF,.5);
The text was updated successfully, but these errors were encountered:
I have an application where I'm working at low sample rates.
44100 works, 22050 doesn't, 11025 doesn't.
The text was updated successfully, but these errors were encountered: