Effacer les filtres
Effacer les filtres

how can i plot spectrogram for audio in matlab?

1 vue (au cours des 30 derniers jours)
SUCHITHRA K S
SUCHITHRA K S le 20 Oct 2018
Modifié(e) : SUCHITHRA K S le 20 Oct 2018
i have a matab code for spectrogram of audio and that is given below. " function outputSpectrogram(input) [audio, fs] = audioread('audio8.wav'); audioMono = (audio(:, 1) + audio(:, 2)) / 2; spectrogram(audioMono, 256, [], [], fs, 'yaxis'); title('audio9') end " in that i have to display the spectrogram only upto 1khz and how i will i do that?

Réponses (0)

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