Skip to content

Struct SYN_BiquadCoeffs

ClassList > SYN_BiquadCoeffs

Normalized Biquad filter coefficients (where a0 = 1.0).

  • #include <syn_filter_design.h>

Public Attributes

Type Name
q16_t a1
q16_t a2
q16_t b0
q16_t b1
q16_t b2

Public Attributes Documentation

variable a1

q16_t SYN_BiquadCoeffs::a1;

Denominator y[n-1] coefficient


variable a2

q16_t SYN_BiquadCoeffs::a2;

Denominator y[n-2] coefficient


variable b0

q16_t SYN_BiquadCoeffs::b0;

Numerator x[n] coefficient


variable b1

q16_t SYN_BiquadCoeffs::b1;

Numerator x[n-1] coefficient


variable b2

q16_t SYN_BiquadCoeffs::b2;

Numerator x[n-2] coefficient



The documentation for this class was generated from the following file src/syntropic/dsp/syn_filter_design.h