How is audio data stored in matlab?

2 次查看(过去 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 个)

类别

Help CenterFile Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by