Matlab app designer spectrogram
Afficher commentaires plus anciens
Hello, i need help with my spectrogram in my matlab app. I got one file that i read from audioread and i don't know how to proper create a spectrogram plot. Here is my code, and some notes: Fs=48000, lenght is about 400000+ for app.y.
[app.y,app.Fs]=audioread(app.Plik);
windows=hamming(512);
noverlap=256;
nfft=1024;
sp=spectrogram(app.y(:,1),window,noverlap,nfft,app.Fs,'yaxis')
plot(app.UIAxes3,sp)
can anyone explain me how to make proper values for every option? After this code the program is creating something like this attached to post. Where's the problem?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Time-Frequency Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
