Borrar filtros
Borrar filtros

How is audio data stored in matlab?

1 visualización (últimos 30 días)
Febin Benjamin
Febin Benjamin el 14 de Ag. de 2013
is it stored in simple arrays or multidimensional arrays?

Respuesta aceptada

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

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by