How to plot spectrogram on log frequency scale?
Ältere Kommentare anzeigen
I've just starting using the spectrogram function, but I can not get it to plot on a log scale for the frequency axis that mimics the plot generated by logy.
Here's the basic spectrogram I am running:
%%Wv is wave signal of the word shore
% fs = 14700;
% framelen_samples = (20/1000)*fs;
% noverlap = 0.3* framelen_samples;
% NFFT = 2^nextpow2(framelen_samples);
% spectrogram(Wv,hamming(framelen_samples),floor(noverlap),NFFT,fs,'yaxis');
% colorbar;
Any suggestions?
1 Kommentar
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Time-Frequency Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!