photo

Dian


Last seen: 10ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to change wavrecord to audiorecorder ?
clear all; Fs = 8000; recObj = audiorecorder(Fs, 16, 1); disp('Start speaking.'); recordblocking(recObj, 5); disp( ' End of...

10ヶ月 前 | 0

回答済み
wavrecord() replacement and sound speed measurement
clear all; Fs = 8000; y = wavrecord(5.0*Fs, Fs, 'double'); wavwrite(y,Fs,'aiueo.wav') y1=wavread('aiueo.wav'); t=...

10ヶ月 前 | 0