Effacer les filtres
Effacer les filtres

How is audio data stored in matlab?

1 vue (au cours des 30 derniers jours)
Febin Benjamin
Febin Benjamin le 14 Août 2013
is it stored in simple arrays or multidimensional arrays?

Réponse acceptée

Azzi Abdelmalek
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')

Plus de réponses (0)

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by