Objective: Study of Discrete Time Fourier Transform in Mat Lab. Code
Objective: Study of Discrete Time Fourier Transform in Mat Lab. Code
LAB #11
Date:1st January,2013
LAB #11
Date:1st January,2013 plot(w/pi,abs(h)) grid title('magnitude spectrum') xlabel('w/pi') ylabel('amplitude') subplot(2,2,4) plot(w/pi, phase(h)) title('phase spectrum') xlabel('w/pi') ylabel('phase radians') grid