gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
IIR.H File Reference
#include "Debug.H"
#include <Eigen/Dense>
#include <strstream>
Include dependency graph for IIR.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IIRDebug
 
class  IIR
 

Macros

#define IIR_A0_ERROR   IIR_ERROR_OFFSET-1
 Error when feedback coefficient A0 is not = 1. More...
 
#define IIR_CH_CNT_ERROR   IIR_ERROR_OFFSET-2
 Channel count mismatch error. More...
 
#define IIR_N_CNT_ERROR   IIR_ERROR_OFFSET-3
 Channel count mismatch error. More...
 
#define IIR_REQUIRE_COL_ERROR   IIR_ERROR_OFFSET-4
 Channel count mismatch error. More...
 
#define IIR_REQUIRE_MATRIX_ERROR   IIR_ERROR_OFFSET-5
 Channel count mismatch error. More...
 

Macro Definition Documentation

◆ IIR_A0_ERROR

#define IIR_A0_ERROR   IIR_ERROR_OFFSET-1

Error when feedback coefficient A0 is not = 1.

Definition at line 23 of file IIR.H.

◆ IIR_CH_CNT_ERROR

#define IIR_CH_CNT_ERROR   IIR_ERROR_OFFSET-2

Channel count mismatch error.

Definition at line 24 of file IIR.H.

◆ IIR_N_CNT_ERROR

#define IIR_N_CNT_ERROR   IIR_ERROR_OFFSET-3

Channel count mismatch error.

Definition at line 25 of file IIR.H.

◆ IIR_REQUIRE_COL_ERROR

#define IIR_REQUIRE_COL_ERROR   IIR_ERROR_OFFSET-4

Channel count mismatch error.

Definition at line 26 of file IIR.H.

◆ IIR_REQUIRE_MATRIX_ERROR

#define IIR_REQUIRE_MATRIX_ERROR   IIR_ERROR_OFFSET-5

Channel count mismatch error.

Definition at line 27 of file IIR.H.

gtkIOStream: /tmp/gtkiostream/include/DSP/IIR.H File Reference
GTK+ IOStream  Beta