This simple implementation of the Gabor transform (or short time Fourier transform, STFT) allows a musical signal to be analyzed via its spectrogram. Moreover, it is possibile to use two windows to analyze the signal.
The following parameters can be modified.
For signal:
Nis the number of sampled points for both the signal and the windows;time-scalecontrols the length of the signal.
For window:
sigma-1is the standard deviation of the first window function;sigma-2is the s.d. for the second window, disables the second window if set tono.
For gabor:
Nis the number of steps in the integration;t-ratecontrols the number of subdivision in the time axis of the plot;f-ratecontrols the number of subdivision in the frequency axis of the plot;zoomcontrols the amount of time-frequency space control.