You are on page 1of 1

fs=11025

ns=16;

grabacion=wavrecord(30*fs,fs,'double');

wavplay(grabacion)

plot(grabacion)

wavwrite(grabacion,fs,ns,'Grabacion.wav')

You might also like