Windowed Gabor transform #105
Radwaadel267
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dears,
Thank you for your contribution and creation for this extremely useful and easy to implement library, I have three question, it would be amazing if you can help me through it,
1st one, I am trying to implement the spectrogram, however, I cannot add the signal to the arguments in compute spectrogram. also I want to ask what is the difference between the implemented spectrogram and the windowed Fourier transform or Gabor windowed Fourier transform,
2nd is may I ask what is the Gabor transform literature reference.
Finally, if my signal is 1D array, and my graph is 10 nodes, the Gabor windowed transform will result in a 10 by 10 matrix, representing the components of frequencies at each vertex, so the 10 by 10 array, rows are the frequencies amplitudes and columns are nodes, is that correct.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions