Get the frequency sequence of an audio file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Lochana Prasadi
il 12 Mar 2016
Commentato: Divyamshu Surabhi
il 13 Feb 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.
1 Commento
Risposta accettata
Star Strider
il 12 Mar 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.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Audio and Video Data in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!