Borrar filtros
Borrar filtros

how can i plot spectrogram for audio in matlab?

1 visualización (últimos 30 días)
SUCHITHRA K S
SUCHITHRA K S el 20 de Oct. de 2018
Editada: SUCHITHRA K S el 20 de Oct. de 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?

Respuestas (0)

Categorías

Más información sobre Time-Frequency Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by