mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Rename IIR filter for 300Hz high-pass.
This commit is contained in:
parent
ff05833b02
commit
9a0fb2cab7
3 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ private:
|
|||
|
||||
dsp::demodulate::AM demod;
|
||||
|
||||
IIRBiquadFilter audio_hpf { audio_hpf_config };
|
||||
IIRBiquadFilter audio_hpf { audio_hpf_300hz_config };
|
||||
|
||||
SpectrumCollector channel_spectrum;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue