Move comment about FM squelch IIR filter.

This commit is contained in:
Jared Boone 2015-12-28 16:24:43 -08:00
parent ef7aeaafa9
commit 7ec1a1f85b
2 changed files with 1 additions and 2 deletions

View file

@ -37,8 +37,6 @@ private:
static constexpr size_t N = 32;
static constexpr int16_t threshold = 3072;
// nyquist = 48000 / 2.0
// scipy.signal.iirdesign(wp=8000 / nyquist, ws= 4000 / nyquist, gpass=1, gstop=18, ftype='ellip')
IIRBiquadFilter non_audio_hpf { non_audio_hpf_config };
};