フィルターのクリア

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 Center および File ExchangeAudio 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