mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 03:56:44 -04:00
Rename existing IIR configs to reflect fs=48k design.
This commit is contained in:
parent
0cf839bc93
commit
a2a169352c
2 changed files with 5 additions and 5 deletions
|
@ -110,7 +110,7 @@ void WidebandFMAudio::configure(const WFMConfigureMessage& message) {
|
|||
channel_filter_stop_f = message.decim_1_filter.stop_frequency_normalized * decim_1_input_fs;
|
||||
demod.configure(demod_input_fs, message.deviation);
|
||||
audio_filter.configure(message.audio_filter.taps);
|
||||
audio_output.configure(audio_hpf_30hz_config, audio_deemph_2122_6_config);
|
||||
audio_output.configure(audio_48k_hpf_30hz_config, audio_48k_deemph_2122_6_config);
|
||||
|
||||
channel_spectrum.set_decimation_factor(1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue