How is audio data stored in matlab?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
is it stored in simple arrays or multidimensional arrays?
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 14 de Ag. de 2013
Editada: Azzi Abdelmalek
el 14 de Ag. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!