mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 03:56:44 -04:00
Add 30Hz high-pass IIR filter for wideband FM.
This commit is contained in:
parent
9a0fb2cab7
commit
2e90edbf39
2 changed files with 7 additions and 1 deletions
|
@ -49,7 +49,7 @@ private:
|
|||
const fir_taps_real<64>& audio_filter_taps = taps_64_lp_156_198;
|
||||
dsp::decimate::FIR64AndDecimateBy2Real audio_filter { audio_filter_taps.taps };
|
||||
|
||||
IIRBiquadFilter audio_hpf { audio_hpf_config };
|
||||
IIRBiquadFilter audio_hpf { audio_hpf_30hz_config };
|
||||
};
|
||||
|
||||
#endif/*__PROC_WFM_AUDIO_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue