|
libwt
1.0.0
A C++ library for the continous wavelet transform.
|
Implementation of the Cauchy wavelet. More...
#include <wavelet.hh>
Public Member Functions | |
| CauchyObj (double alpha=1) | |
| Constructor. More... | |
| virtual | ~CauchyObj () |
| Destructor. More... | |
| virtual CScalar | evalAnalysis (const Scalar &t) const |
| Evaluates the mother wavelet at the given time. More... | |
| virtual CScalar | evalSynthesis (const Scalar &t) const |
| Evaluates the mother wavelet at the given time. More... | |
| virtual double | cutOffTime () const |
| Returns the width of the mother wavelet in the time domain. More... | |
| virtual double | cutOffFreq () const |
| Returns the width of the mother wavelet in the frequency domain. More... | |
Public Member Functions inherited from wt::WaveletObj | |
| virtual | ~WaveletObj () |
| Destructor. More... | |
Public Member Functions inherited from wt::Object | |
| virtual | ~Object () |
| Destructor. More... | |
| Object * | ref () |
| Retunrs a new reference to the object (increases the reference counter). More... | |
| void | unref () |
| Invalidates this reference to the object (decreases the reference counter). More... | |
Protected Attributes | |
| double | _alpha |
| Holds the order. More... | |
| double | _norm |
| Holds the normalization constant. More... | |
Protected Attributes inherited from wt::Object | |
| size_t | _refCount |
| The reference counter. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from wt::WaveletObj | |
| WaveletObj () | |
| Hidden constructor. More... | |
Protected Member Functions inherited from wt::Object | |
| Object () | |
| Hidden constructor. More... | |
Implementation of the Cauchy wavelet.
Do not use this class directly, consider using the associated container Cauchy.
|
explicit |
Constructor.
| alpha | Specifies the time resolution. |
|
virtual |
Destructor.
|
virtual |
Returns the width of the mother wavelet in the frequency domain.
Implements wt::WaveletObj.
|
virtual |
Returns the width of the mother wavelet in the time domain.
Implements wt::WaveletObj.
|
virtual |
Evaluates the mother wavelet at the given time.
Implements wt::WaveletObj.
|
virtual |
Evaluates the mother wavelet at the given time.
Implements wt::WaveletObj.
|
protected |
Holds the order.
|
protected |
Holds the normalization constant.
1.8.9.1