Azzera filtri
Azzera filtri

how can i plot spectrogram for audio in matlab?

1 visualizzazione (ultimi 30 giorni)
SUCHITHRA K S
SUCHITHRA K S il 20 Ott 2018
Modificato: SUCHITHRA K S il 20 Ott 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?

Risposte (0)

Categorie

Scopri di più su Time-Frequency Analysis in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by