vecmorlet: Morlet Wavelets on a Ridge
Description
Generate Morlet wavelets at specified positions on a ridge.Usage
vecmorlet(sigsize, nbnodes, bridge, aridge, w0=2 * pi)
Arguments
nbnodes
Number of wavelets to be generated.
bridge
b coordinates of the ridge samples (1D array of length nbnodes).
aridge
a coordinates of the ridge samples (1D array of length nbnodes).
w0
Center frequency of the wavelet.
Value
- 2D (complex) array containing wavelets located at the specific points.