week10_sound.rtf

Download week10_sound.rtf

If you can't read please download the document

Upload: amarat-thongthawee

Post on 11-Nov-2015

217 views

Category:

Documents


2 download

TRANSCRIPT

MATLABfs = 441000;nbits = 16;rec = audiorecorder (fs,nbits,2);myau = getaudiodata (rec);soundsc(myau,fs);plot(myau);