spectrogram having as input a vector F

1 vue (au cours des 30 derniers jours)
Ana Maria Tome
Ana Maria Tome le 2 Avr 2020
Commenté : Ana Maria Tome le 12 Avr 2020
The variant of spectrogram with an input vector F?
[S,freq,time, P]= spectrogram(x, 128,64, 2:0.1:30, 512)?
The estimation of S (and P) are achieved using what method? What is the principle behind the calculations ?

Réponses (1)

Asvin Kumar
Asvin Kumar le 12 Avr 2020
The spectrogram function computes the Short-Time Fourier Transform (STFT).
The STFT will be computed at frequencies (in Hz) specified by the values in ‘f’ when called with the form:
[s,f,t,p] = spectrogram(x,window,noverlap,f,fs)
The principal in this form is the same as the principal in all the other forms of the function.
  1 commentaire
Ana Maria Tome
Ana Maria Tome le 12 Avr 2020
Thank you very much. Meanwhile I figure out that this form uses Goertzel algorithm or czt transform.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Time-Frequency Analysis dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by