Borrar filtros
Borrar filtros

Get the frequency sequence of an audio file

1 visualización (últimos 30 días)
Lochana Prasadi
Lochana Prasadi el 12 de Mzo. de 2016
Comentada: Divyamshu Surabhi el 13 de Feb. de 2019
Hello all,
I have an audio signal of a piano melody (.wav) and would like to get the frequency sequence of that to matlab command window. I don't want to plot the graph. Can anybody help me in this manner?
Thanks in advance.

Respuesta aceptada

Star Strider
Star Strider el 12 de Mzo. de 2016
Use the spectrogram function with outputs.
From the documentation:
  • [s,f,t] = spectrogram(_,fs) returns a vector of cyclical frequencies, f, expressed in terms of the sample rate, fs.

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by