gabor | R Documentation |
Generates a Gabor for given location and frequency.
gabor(sigsize, location, frequency, scale)
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. |
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.
complex 1D array of size sigsize.
See discussions in the text of “Practical Time-Frequency Analysis”.
morlet
.
m1 = gabor(1024, 512, 2 * pi, 20 ) plot.ts(Re(m1) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.