How is audio data stored in matlab?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
is it stored in simple arrays or multidimensional arrays?
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 14 Août 2013
Modifié(e) : Azzi Abdelmalek
le 14 Août 2013
[y,Fs] = audioread('YourAudioFile');
%Y is a nx1 or nx2 array
% Fs is a sample rate
To get the info of your audio file you can use
audioinfo('YourAudioFile')
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!