mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-12 13:03:38 +00:00
Clean up formatting of USB FIR filter taps.
This commit is contained in:
parent
b029bacd8c
commit
69deaafd1c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user