vgt: Gabor Transform on one Voice

View source: R/gabor.R

vgtR Documentation

Gabor Transform on one Voice

Description

Compute Gabor transform for fixed frequency.

Usage

vgt(input, frequency, scale, plot=FALSE)

Arguments

input

Input signal (1D array).

frequency

frequency at which the Gabor transform is to be computed.

scale

frequency at which the Gabor transform is to be computed.

plot

if set to TRUE, plots the real part of cgt on the graphic device.

Value

1D (complex) array containing Gabor transform at specified frequency.

References

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

See Also

vwt, vDOG.


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

Related to vgt in Rwave...