|
Purpose
|
Mexican hat wavelet in time domain.
|
Synopsis
h = mexhat
h = mexhat(nu)
|
Description
mexhat returns the mexican hat wavelet, with central
frequency nu (nu is a normalized frequency). Its
expression writes
| Name |
Description |
Default value |
| nu |
any real between 0 and 0.5 |
0.05 |
| h |
time vector containing the mexhat samples |
|
| |
length(h)=2*ceil(1.5/nu)+1 |
|
|
Example
plot(mexhat);
See Also
Eric Chassande-Mottin
2005-10-26
|