gabor: Generate Gabor function

View source: R/gabor.R

gaborR Documentation

Generate Gabor function

Description

Generates a Gabor for given location and frequency.

Usage

gabor(sigsize, location, frequency, scale)

Arguments

sigsize

length of the Gabor function.

location

position of the Gabor function.

frequency

frequency of the Gabor function.

scale

size parameter for the Gabor function. See details.

Details

The size parameter here corresponds to the standard deviation for a gaussian. In the Carmona (1998, eBook ISBN:978008053942) book, equation 3.23 has a different scale factor.

Value

complex 1D array of size sigsize.

References

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

See Also

morlet.

Examples


m1 = gabor(1024, 512,  2 * pi, 20 )

plot.ts(Re(m1) )



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

Related to gabor in Rwave...