How is audio data stored in matlab?

1 次查看(过去 30 天)
is it stored in simple arrays or multidimensional arrays?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-8-14
编辑:Azzi Abdelmalek 2013-8-14
[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 个)

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by