Learn R Programming

Rwave (version 1.2)

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

sigsize
Signal size.
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.

See Also

vecgabor.