Clean up formatting of USB FIR filter taps.

This commit is contained in:
Jared Boone 2016-01-30 17:22:38 -08:00
parent b029bacd8c
commit 69deaafd1c

View File

@ -191,7 +191,7 @@ constexpr fir_taps_real<32> taps_6k0_channel {
// USB AM 2K80J3E emission type ///////////////////////////////////////////
// IFIR prototype filter: fs=48000, pass=3000, stop=6700, decim=1, fout=48000
// IFIR prototype filter: fs=12000, pass=3000, stop=3300, decim=1, fout=12000
constexpr fir_taps_complex<64> taps_2k8_usb_channel {
.pass_frequency_normalized = 3000.0f / 12000.0f,
.stop_frequency_normalized = 3300.0f / 12000.0f,