You are on page 1of 1

y=filter(lpf,myvoice) % **low pas filter 0 to 4000hz subplot(411) plot(myvoice); y=filter(lpf1,myvoice) % **low pas filter 0 to 3000hz subplot(412) plot(myvoice); y=filter(lpf3,myvoice)

% **low pas filter 0 to 2000hz subplot(413) plot(myvoice); y=filter(lpf4,myvoice) subplot(414) plot(myvoice); %y=filter(bpf2,myvoice) %plot(y) %**low pas filter 0 to 1000hz

**low pas filter 300 to 3400hz

You might also like