Contents Up Previous Next

Define wavelet

Purpose
Description
Macro Synopsis
Modules
Related Functions
References


Purpose

Define the type of wavelet used for all wavelet operations

Description

"Define wavelet" allows the user to specify the type and the order of wavelets used for any of the wavelet operations.

The parameters of "Define wavelet" are


Note: For spline wavelets the total no. of zeros (nzlp + nzhp) must be even, otherwise the wavelet filters cannot be computed and an error message is displayed.

Macro Synopsis

DefWavelet(type,nzlp,nzhp);
option type;
int nzlp,nzhp;

Modules

Wavelet

Related Functions

Load wavelet, Save wavelet,Decompose, Reconstruct.


References

Daubechies [6]