mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05:00
Correct DSB decim_2 FIR taps comment.
This commit is contained in:
parent
a97cd642ac
commit
a79aa3e580
@ -177,7 +177,7 @@ constexpr fir_taps_real<32> taps_6k0_decim_1 {
|
||||
} },
|
||||
};
|
||||
|
||||
// Channel filter: fs=48000, pass=3000, stop=6700, decim=1, fout=48000
|
||||
// IFIR prototype filter: fs=48000, pass=3000, stop=6700, decim=4, fout=12000
|
||||
constexpr fir_taps_real<32> taps_6k0_decim_2 {
|
||||
.pass_frequency_normalized = 3000.0f / 48000.0f,
|
||||
.stop_frequency_normalized = 6700.0f / 48000.0f,
|
||||
|
Loading…
Reference in New Issue
Block a user