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

Go to the source code of this file.

Classes

class  FIRDebug
 
class  FIR
 

Macros

#define FIR_BLOCKSIZE_MISMATCH_ERROR   FIR_ERROR_OFFSET-1
 
#define FIR_H_EMPTY_ERROR   FIR_ERROR_OFFSET-2
 
#define FIR_CHANNEL_MISMATCH_ERROR   FIR_ERROR_OFFSET-3
 

Typedefs

typedef double FP_TYPE
 Internal processing type. More...
 

Macro Definition Documentation

◆ FIR_BLOCKSIZE_MISMATCH_ERROR

#define FIR_BLOCKSIZE_MISMATCH_ERROR   FIR_ERROR_OFFSET-1

Definition at line 30 of file FIR.H.

◆ FIR_CHANNEL_MISMATCH_ERROR

#define FIR_CHANNEL_MISMATCH_ERROR   FIR_ERROR_OFFSET-3

Definition at line 32 of file FIR.H.

◆ FIR_H_EMPTY_ERROR

#define FIR_H_EMPTY_ERROR   FIR_ERROR_OFFSET-2

Definition at line 31 of file FIR.H.

Typedef Documentation

◆ FP_TYPE

typedef double FP_TYPE

Internal processing type.

Definition at line 49 of file FIR.H.

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