vecmorlet {Rwave}R Documentation

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.

Details

Value

2D (complex) array containing wavelets located at the specific points.

References

See Also

vecgabor.


[Package Rwave version 1.22 Index]