mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 07:02:26 -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
|
@ -61,7 +61,7 @@ private:
|
|||
|
||||
dsp::demodulate::FM demod;
|
||||
|
||||
IIRBiquadFilter audio_hpf { audio_hpf_config };
|
||||
IIRBiquadFilter audio_hpf { audio_hpf_300hz_config };
|
||||
IIRBiquadFilter audio_deemph { audio_deemph_300_6_config };
|
||||
FMSquelch squelch;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue