![]() |
Diana Software
|
Data class for QFir (Ported from Calder) More...
Public Types | |
| enum | Method { KayserBessel =1 , Unknown =9 } |
Public Member Functions | |
| void | Clear () |
| bool | operator!= (const QCFirData &rhs) const |
Public Attributes | |
| Method | fMethod |
| int | fM |
| double | fCutoff |
| double | fAttDB |
Private Member Functions | |
| QObjectDef (QCFirData, 2) | |
Data class for QFir (Ported from Calder)
Definition at line 14 of file QCFirData.hh.
| enum QCFirData::Method |
| Enumerator | |
|---|---|
| KayserBessel | |
| Unknown | |
Definition at line 17 of file QCFirData.hh.
|
inline |
Definition at line 22 of file QCFirData.hh.
References fAttDB, fCutoff, fM, fMethod, Q_DOUBLE_DEFAULT, Q_INT_DEFAULT, and Unknown.
Referenced by QFir::Clear().
|
inline |
|
private |
| double QCFirData::fAttDB |
Definition at line 37 of file QCFirData.hh.
Referenced by QOptimumFilter::BuildFilter(), Clear(), MDownSampling::Do(), MPeakDetector::Init(), QFir::KayserBesselAlgorithm(), and operator!=().
| double QCFirData::fCutoff |
Definition at line 36 of file QCFirData.hh.
Referenced by QOptimumFilter::BuildFilter(), Clear(), MDownSampling::Do(), MPeakDetector::Init(), QFir::KayserBesselAlgorithm(), and operator!=().
| int QCFirData::fM |
Definition at line 35 of file QCFirData.hh.
Referenced by QOptimumFilter::BuildFilter(), Clear(), MDownSampling::Do(), MPeakDetector::Init(), operator!=(), and QFir::QFir().
| Method QCFirData::fMethod |
Definition at line 34 of file QCFirData.hh.
Referenced by QOptimumFilter::BuildFilter(), Clear(), MDownSampling::Do(), MPeakDetector::Init(), operator!=(), and QFir::QFir().