Description Details Slots Extends
A class to hold a generalized wavelet and its common attributes
Objects of primary class Wavelet should never be created. A wavelet has far too many specific requirements for this general class to be practical. This class is only a template for other wavelets that share these common attributes. Objects can be created by calls to the functions Gabor, Paul, and DOG. All of these functions create Wavelet class objects, however, they all inherit from Wavelet, none are primary class Wavelet.
.Data
:Object of class function
. The mother wavelet.
A mother wavelet is defined as a function of time f(t) that is absolutely and square
integrable with zero mean and square norm one.
normal
:Object of class "numeric_or_complex"
. Normalizes the mother wavelet.
Fourier Transform
:Object of class "FourierTransform"
. The Fourier transform of the mother wavelet.
e-folding time
:Object of class numeric
. The decay factor of the mother wavelet.
Fourier wavelength
:Object of class numeric
~~
reconstruction factor
:Object of class numeric
~~
Class "function"
, from data part.
Class "OptionalFunction"
, by class "function", distance 2.
Class "PossibleMethod"
, by class "function", distance 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.