Skip to content
Snippets Groups Projects
Commit bc11cf20 authored by jsiegle's avatar jsiegle
Browse files

Change default filter to 2nd-order (since it gets changed later, anyway)

parent d56d0b96
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ void FilterNode::updateSettings()
filters.add(new Dsp::SmoothedFilterDesign
<Dsp::Butterworth::Design::BandPass // design type
<3>, // order
<2>, // 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.
Finish editing this message first!
Please register or to comment