Cycling74 / filter

MIT License
6 stars 1 forks source link

Investigate coefficient smoothing #1

Open tap opened 7 years ago

tap commented 7 years ago

The docs suggest you can use Dsp::SmoothedFilterDesign instead of Dsp::FilterDesign. It isn't clear if this work is on the master branch of the lib though.

tap commented 7 years ago

e.g.

    //  Dsp::SmoothedFilterDesign<Dsp::Elliptic::Design::LowPass<200>,2> mFilter { 1024 };
    // ^ max-order 200, stereo, 1024 samples of smoothing