This is the complete list of members for UTILSLIB::FirFilter, including all inherited members.
| apply(const Eigen::RowVectorXd &vecData, FilterKernel &kernel) | UTILSLIB::FirFilter | static |
| applyZeroPhase(const Eigen::RowVectorXd &vecData, FilterKernel &kernel) | UTILSLIB::FirFilter | static |
| applyZeroPhaseMatrix(const Eigen::MatrixXd &matData, FilterKernel &kernel, const Eigen::RowVectorXi &vecPicks=Eigen::RowVectorXi()) | UTILSLIB::FirFilter | static |
| BandPass enum value | UTILSLIB::FirFilter | |
| BandStop enum value | UTILSLIB::FirFilter | |
| Cosine enum value | UTILSLIB::FirFilter | |
| design(int iOrder, FilterType type, double dCutoffLow, double dCutoffHigh, double dSFreq, double dTransition=5.0, DesignMethod method=Cosine) | UTILSLIB::FirFilter | static |
| DesignMethod enum name | UTILSLIB::FirFilter | |
| FilterType enum name | UTILSLIB::FirFilter | |
| HighPass enum value | UTILSLIB::FirFilter | |
| LowPass enum value | UTILSLIB::FirFilter | |
| ParksMcClellan enum value | UTILSLIB::FirFilter |