v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::FirFilter Member List

This is the complete list of members for UTILSLIB::FirFilter, including all inherited members.

apply(const Eigen::RowVectorXd &vecData, FilterKernel &kernel)UTILSLIB::FirFilterstatic
applyZeroPhase(const Eigen::RowVectorXd &vecData, FilterKernel &kernel)UTILSLIB::FirFilterstatic
applyZeroPhaseMatrix(const Eigen::MatrixXd &matData, FilterKernel &kernel, const Eigen::RowVectorXi &vecPicks=Eigen::RowVectorXi())UTILSLIB::FirFilterstatic
BandPass enum valueUTILSLIB::FirFilter
BandStop enum valueUTILSLIB::FirFilter
Cosine enum valueUTILSLIB::FirFilter
design(int iOrder, FilterType type, double dCutoffLow, double dCutoffHigh, double dSFreq, double dTransition=5.0, DesignMethod method=Cosine)UTILSLIB::FirFilterstatic
DesignMethod enum nameUTILSLIB::FirFilter
FilterType enum nameUTILSLIB::FirFilter
HighPass enum valueUTILSLIB::FirFilter
LowPass enum valueUTILSLIB::FirFilter
ParksMcClellan enum valueUTILSLIB::FirFilter