Rename IIR filter for 300Hz high-pass.

This commit is contained in:
Jared Boone 2016-01-01 20:53:11 -08:00
parent ff05833b02
commit 9a0fb2cab7
3 changed files with 3 additions and 3 deletions

View file

@ -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;
};