Wavelet Toolbox |
Complex Wavelets
Some complex wavelet families are available in the toolbox.
Complex Gaussian Wavelets: cgau
This family is built starting from the complex Gaussian function
by taking the derivative of . The integer is the parameter of this family and in the previous formula, is such that
You can obtain a survey of the main properties of this family by typing waveinfo('cgau')
from the MATLAB command line.
Figure 6-22: Complex Gaussian Wavelet cgau8
Complex Morlet Wavelets: cmor
A complex Morlet wavelet is defined by
You can obtain a survey of the main properties of this family by typing waveinfo('cmor')
from the MATLAB command line.
Figure 6-23: Complex Morlet Wavelet morl 1.5-1
Complex Frequency B-Spline Wavelets: fbsp
A complex frequency B-spline wavelet is defined by
depending on three parameters:
You can obtain a survey of the main properties of this family by typing waveinfo('fbsp')
from the MATLAB command line.
Figure 6-24: Complex Frequency B-Spline Wavelet fbsp 2-0.5-1
Complex Shannon Wavelets: shan
This family is obtained from the frequency B-spline wavelets by setting m to 1.
A complex Shannon wavelet is defined by
You can obtain a survey of the main properties of this family by typing waveinfo('shan')
from the MATLAB command line.
Figure 6-25: Complex Shannon Wavelet shan 0.5-1
Other Real Wavelets | Summary of Wavelet Families and Associated Properties (Part 1) |
© 1994-2005 The MathWorks, Inc.