
Time-Frequency Plot
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello
I am using the spectrogram function in matlab to obtain the time-frequency response of my signal. However, the time-frequency graph which I get from this function does not have all the data plotted with respect to time. Below is the spectrogram command which I am using.
spectrogram(CeDS,blackman(2*Fs),Fs/2,2*Fs,Fs,'yaxis');
where Fs = 10000;
Attached is my signal in time domain. Also attached is the output I get from the spectrogram command.


As can be seen from the above plot, the data before time = 6 minutes is missing.
Hoping if someone could advise how I could solve this.
Thanks in advance.
Krishneel Kumar
2 commentaires
Réponses (0)
Voir également
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!