libwt  1.0.0
A C++ library for the continous wavelet transform.
Public Member Functions | Protected Attributes | List of all members
wt::MorletObj Class Reference

Implements the Morlet wavelet. More...

#include <wavelet.hh>

Inheritance diagram for wt::MorletObj:
wt::WaveletObj wt::Object

Public Member Functions

 MorletObj (double dff=2)
 Constructor. More...
 
virtual ~MorletObj ()
 Destructor. More...
 
virtual CScalar evalAnalysis (const Scalar &t) const
 Evaluates the mother wavelet at the specified time. More...
 
virtual CScalar evalSynthesis (const Scalar &t) const
 Evaluates the mother wavelet at the specified time. More...
 
virtual double cutOffTime () const
 Returns the with of the mother wavelet in the time domain. More...
 
virtual double cutOffFreq () const
 Returns the with 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...
 
Objectref ()
 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 _dff
 Holds the frequency resolution parameter. 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...
 

Detailed Description

Implements the Morlet wavelet.

Do not use this class directly, consider using the associated container Morlet.

Constructor & Destructor Documentation

MorletObj::MorletObj ( double  dff = 2)
explicit

Constructor.

Parameters
dffSpecifies the frequency resolution.
MorletObj::~MorletObj ( )
virtual

Destructor.

Member Function Documentation

double MorletObj::cutOffFreq ( ) const
virtual

Returns the with of the mother wavelet in the frequency domain.

Implements wt::WaveletObj.

double MorletObj::cutOffTime ( ) const
virtual

Returns the with of the mother wavelet in the time domain.

Implements wt::WaveletObj.

CScalar MorletObj::evalAnalysis ( const Scalar &  t) const
virtual

Evaluates the mother wavelet at the specified time.

Implements wt::WaveletObj.

CScalar MorletObj::evalSynthesis ( const Scalar &  t) const
virtual

Evaluates the mother wavelet at the specified time.

Implements wt::WaveletObj.

Member Data Documentation

double wt::MorletObj::_dff
protected

Holds the frequency resolution parameter.


The documentation for this class was generated from the following files: