1
0
Fork 0

Fix very important typo

This commit is contained in:
Robbert van der Helm 2022-06-10 01:26:14 +02:00
parent c779b2c663
commit e0fde8b891

View file

@ -209,7 +209,7 @@ impl<const N: usize> FirCoefficients<N> {
pub fn design_fourth_order_linear_phase_low_pass_from_biquad(
biquad_coefs: BiquadCoefficients<f32>,
) -> Self {
// Ruest doesn't allow you to define this as a constant
// Rust doesn't allow you to define this as a constant
let center_idx = N / 2;
// We'll start with an impulse (at exactly half of this odd sized buffer)...