vecmorlet: Morlet Wavelets on a Ridge

View source: R/Cwt_Morlet.R

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

Value

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

See Also

vecgabor.


Rwave documentation built on Oct. 22, 2022, 1:05 a.m.

Related to vecmorlet in Rwave...