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

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

applyConvFilter(const Eigen::RowVectorXd &vecData, bool bKeepOverhead=false) constUTILSLIB::FilterKernel
applyFftFilter(Eigen::RowVectorXd &vecData, bool bKeepOverhead=false)UTILSLIB::FilterKernel
FilterKernel()UTILSLIB::FilterKernel
FilterKernel(const QString &sFilterName, int iFilterType, int iOrder, double dCenterfreq, double dBandwidth, double dParkswidth, double dSFreq, int iDesignMethod)UTILSLIB::FilterKernel
getBandwidth() constUTILSLIB::FilterKernel
getCenterFrequency() constUTILSLIB::FilterKernel
getCoefficients() constUTILSLIB::FilterKernel
getDesignMethod() constUTILSLIB::FilterKernel
getFftCoefficients() constUTILSLIB::FilterKernel
getFilterOrder() constUTILSLIB::FilterKernel
getFilterType() constUTILSLIB::FilterKernel
getHighpassFreq() constUTILSLIB::FilterKernel
getLowpassFreq() constUTILSLIB::FilterKernel
getName() constUTILSLIB::FilterKernel
getParksWidth() constUTILSLIB::FilterKernel
getSamplingFrequency() constUTILSLIB::FilterKernel
getShortDescription() constUTILSLIB::FilterKernel
m_designMethodsUTILSLIB::FilterKernelstatic
m_filterTypesUTILSLIB::FilterKernelstatic
prepareFilter(int iDataSize)UTILSLIB::FilterKernel
setBandwidth(double dBandwidth)UTILSLIB::FilterKernel
setCenterFrequency(double dCenterFreq)UTILSLIB::FilterKernel
setCoefficients(const Eigen::RowVectorXd &vecCoeff)UTILSLIB::FilterKernel
setDesignMethod(int iDesignMethod)UTILSLIB::FilterKernel
setFftCoefficients(const Eigen::RowVectorXcd &vecFftCoeff)UTILSLIB::FilterKernel
setFilterOrder(int iOrder)UTILSLIB::FilterKernel
setFilterType(int iFilterType)UTILSLIB::FilterKernel
setHighpassFreq(double dHighpassFreq)UTILSLIB::FilterKernel
setLowpassFreq(double dLowpassFreq)UTILSLIB::FilterKernel
setName(const QString &sFilterName)UTILSLIB::FilterKernel
setParksWidth(double dParksWidth)UTILSLIB::FilterKernel
setSamplingFrequency(double dSFreq)UTILSLIB::FilterKernel