vecmorlet: Morlet Wavelets on a Ridge

Description Usage Arguments Value See Also

View source: R/Cwt_Morlet.R

Description

Generate Morlet wavelets at specified positions on a ridge.

Usage

1
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.


Rwave documentation built on May 2, 2019, 5:48 p.m.

Related to vecmorlet in Rwave...