Borrar filtros
Borrar filtros

Audio signal characteristics information

2 visualizaciones (últimos 30 días)
RoboKid
RoboKid el 14 de Nov. de 2013
Editada: Walter Roberson el 14 de Nov. de 2013
I wanted to analyse the audio signal, it's amplitude, frequency, etc. using matlab.
What's data stored by 'getaudiodata' ,I understand that the audio signal gets quantified in magnitude and time. I appreciate all comments.
% Record audio signal for 5 seconds.
recObj = audiorecorder;
disp('Start speaking.')
recordblocking(recObj, 5);
disp('End of Recording.');
% Play back the recording.
play(recObj);
% Store data in double-precision array.
recordedSig = getaudiodata(recObj)
% Plot the waveform.
plot(recordedSig);

Respuestas (0)

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by