ROOT logo
Swat » . » TDKernel

class TDKernel



Class to calculate the kernel of the wavelet



Function Members (Methods)

public:
TDKernel(const TDKernel&)
TDKernel(int j, int J)
~TDKernel()
intBegin() const
voidCopy(TDKernel& kernel) const
intEnd() const
vector<double>GetKernel() const
intGetLmax() const
TDKernel&operator=(const TDKernel&)

Data Members

protected:
intfScaleThe scale to construct the kernel. Range [0,fJmax]
private:
intfBandLimThis is the band limit. Is determined by fJmax
intfBeginSupport begin
intfEndSupport end
intfJmaxNumber of scales that will be used

Class Charts

Inheritance Chart:
TDKernel
TWavMap

Function documentation

std::vector<double> GetKernel() const
 Returns a vector containing kernel values for all frequencies
 in the range (0,B) where B is the band limit.
void Copy(TDKernel& kernel) const
 Copies this to kernel.
TDKernel(int j, int J)
{ }
int GetLmax() const
{return fBandLim;}
int Begin() const
{return fBegin;}
int End() const
{return fEnd;}