11.07.2015 Views

Frequency Response of FIR Filters

Frequency Response of FIR Filters

Frequency Response of FIR Filters

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Graphical Representation <strong>of</strong> the <strong>Frequency</strong> <strong>Response</strong>Example: Delay System yn = xn – n 0• This filter contains one coefficient, b n0= 1, soHe jˆ e jˆ n=0=>> [H,w] = freqz([0 0 0 0 1],1);>> subplot(211)>> plot(w,abs(H))>> axis([0 pi 0 1.2]); grid>> ylabel('Magniude <strong>Response</strong>')>> subplot(212)>> plot(w,angle(H))>> axis([0 pi -pi pi]); grid>> ylabel('Phase <strong>Response</strong> (rad)')>> xlabel('hat(\omega)')–1–ˆ n 0Magnitude <strong>Response</strong>10.5Constant magnitude (gain) responsen 0 = 400 0.5 1 1.5 2 2.5 3Phase <strong>Response</strong> (rad)2Linear Phase0–4ˆMATLABwraps the−2phase mod2–0 0.5 1 1.5 2 2.5 3hat(ω)ECE 2610 Signals and Systems 6–19

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!