Wavelet-class: Class "Wavelet"

Description Details Slots Extends

Description

A class to hold a generalized wavelet and its common attributes

Details

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.

Slots

.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 ~~

Extends

Class "function", from data part.

Class "OptionalFunction", by class "function", distance 2.

Class "PossibleMethod", by class "function", distance 2.


ArcadeAntics/wavelet.analysis documentation built on Jan. 19, 2021, 12:32 a.m.