I want to plot spectogram for my audio signal. What steps i have to follow for that.

1 visualización (últimos 30 días)
(s, fs) =audioread('a01.wav')

Respuestas (1)

Star Strider
Star Strider el 14 de Feb. de 2020
Choose one column (channel) from ‘s’, then call the spectrogram function.
Example —
spectrogram(s(:,1)) % Spectrogram Of Left (Or Only) Channel Of ‘s’ Using Default Parameters
Experiment with the options in spectrogram to get different results.

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by