#include "Debug.H"
#include <Eigen/Dense>
#include <strstream>
Go to the source code of this file.
◆ IIR_A0_ERROR
Error when feedback coefficient A0 is not = 1.
Definition at line 23 of file IIR.H.
◆ IIR_CH_CNT_ERROR
Channel count mismatch error.
Definition at line 24 of file IIR.H.
◆ IIR_N_CNT_ERROR
Channel count mismatch error.
Definition at line 25 of file IIR.H.
◆ IIR_REQUIRE_COL_ERROR
Channel count mismatch error.
Definition at line 26 of file IIR.H.
◆ IIR_REQUIRE_MATRIX_ERROR
Channel count mismatch error.
Definition at line 27 of file IIR.H.