WLJS LogoWLJS Notebook

GaborWavelet

GaborWavelet[] represents a Gabor wavelet of frequency 6.

  • GaborWavelet[w] represents a Gabor wavelet of frequency w.

Examples

Create a default Gabor wavelet:

GaborWavelet[]

Create with custom frequency:

GaborWavelet[4]

Plot the wavelet:

Plot[Evaluate[GaborWavelet[][x]], {x, -5, 5}]

Please visit the official Wolfram Language Reference for more details.

On this page