필터 지우기
필터 지우기

Audio signal characteristics information

조회 수: 2 (최근 30일)
RoboKid
RoboKid 2013년 11월 14일
편집: Walter Roberson 2013년 11월 14일
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);

답변 (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