Dian
Followers: 0 Following: 0
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...
How to change wavrecord to audiorecorder ?
clear all; Fs = 8000; recObj = audiorecorder(Fs, 16, 1); disp('Start speaking.'); recordblocking(recObj, 5); disp( ' End of...
대략 1년 전 | 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=...
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=...
대략 1년 전 | 0