aimsalgo  5.1.2
Neuroimaging image processing
firfilter.h File Reference
Include dependency graph for firfilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AimsFIRFilter
 The class of Finite Impulse Response filters. More...
 

Namespaces

 carto
 

Enumerations

enum  AimsDirectionAxis { AIMS_X_DIRECTION , AIMS_Y_DIRECTION , AIMS_Z_DIRECTION , AIMS_T_DIRECTION }
 The 4 dimensions. More...
 
enum  AimsFirFilterType { AIMS_FIR_LOWPASS , AIMS_FIR_HIGHPASS , AIMS_FIR_BANDPASS , AIMS_FIR_BANDSTOP }
 The different types of finite impulse response filters. More...
 

Enumeration Type Documentation

◆ AimsDirectionAxis

The 4 dimensions.

Useful enum to specify one direction.

Enumerator
AIMS_X_DIRECTION 
AIMS_Y_DIRECTION 
AIMS_Z_DIRECTION 
AIMS_T_DIRECTION 

Definition at line 51 of file firfilter.h.

◆ AimsFirFilterType

The different types of finite impulse response filters.

Enumerator
AIMS_FIR_LOWPASS 
AIMS_FIR_HIGHPASS 
AIMS_FIR_BANDPASS 
AIMS_FIR_BANDSTOP 

Definition at line 62 of file firfilter.h.