Skip to content
Snippets Groups Projects
Commit 991b541a authored by Josh Siegle's avatar Josh Siegle
Browse files

Change order of Butterworth filter to 3

parent 215920f7
Branches
Tags
No related merge requests found
......@@ -138,7 +138,7 @@ void FilterNode::updateSettings()
filters.add(new Dsp::SmoothedFilterDesign
<Dsp::Butterworth::Design::BandPass // design type
<2>, // order
<3>, // order
1, // number of channels (must be const)
Dsp::DirectFormII> // realization
(1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment