photo

Dian


Last seen: 10 months 前 自 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 months 前 | 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 months 前 | 0