35 #ifndef AIMS_SIGNALFILTER_FIRFILTER_H 36 #define AIMS_SIGNALFILTER_FIRFILTER_H 103 void numberOfFIRFilterCoef();
126 AimsFIRFilter(
float fs,
float fc,
float deltaf,
float deltap,
float deltas,
137 AimsFIRFilter(
float fs,
float fl,
float fh,
float deltaf,
float deltap,
138 float deltas,
int type);
145 float fSampling()
const;
154 float deltaF()
const;
156 float deltaP()
const;
158 float deltaS()
const;
The class of Finite Impulse Response filters.
float _deltaS
Residual ondulation in stop-band.
float _deltaP
Residual ondulation in pass-band.
float _fHigh
High cut frequency.
float _fCut
Cut frequency.
int _nCoef
Number of coefficients.
float _beta
Beta parameter.
int _type
Type of the filter.
AimsFirFilterType
The different types of finite impulse response filters.
AimsData< float > * _impulseResponse
Impulse response.
AimsDirectionAxis
The 4 dimensions.
float _fLow
Low cut frequency.
float _deltaF
Frequency resolution.