vwt: Voice Wavelet Transform

Description Usage Arguments Value References See Also

View source: R/Cwt_Morlet.R

Description

Compute Morlet's wavelet transform at one scale.

Usage

1
vwt(input, scale, w0=2 * pi)

Arguments

input

Input signal (1D array).

scale

Scale at which the wavelet transform is to be computed.

w0

Center frequency of the wavelet.

Value

1D (complex) array containing wavelet transform at one scale.

References

See discussions in the text of “Practical Time-Frequency Analysis”.

See Also

vgt, vDOG.


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

Related to vwt in Rwave...