Page 1 of 1

Question 2: LTI systems theory • Use Matlab to plot the magnitude frequency response of the LTI system described by the

Posted: Wed Apr 27, 2022 6:05 pm
by answerhappygod
Question 2 Lti Systems Theory Use Matlab To Plot The Magnitude Frequency Response Of The Lti System Described By The 1
Question 2 Lti Systems Theory Use Matlab To Plot The Magnitude Frequency Response Of The Lti System Described By The 1 (29.5 KiB) Viewed 41 times
Question 2: LTI systems theory • Use Matlab to plot the magnitude frequency response of the LTI system described by the difference equation y(n) = 0.2r(n) + 0.31.r(n-10). Hint: the frequency response function can be found to be H (w) = 0.2 -0.34e-31W E C. The angular frequency domain is defined in the region --Sw<T. . Find the unit impulse response of the above filter. Call it hi(n),nez, h, (n) E R. Use M-code to store it in an array. . Find the unit impulse response of two of the above filters connected in cascade ha(n) = hi(n) *hi(n) (i.c., output of one filter feeds the input of the second filter). Use Matlab function come. You can use help conr to obtain instructions at the Matlab prompt. Assume causal sequences (ie, zero valued initial conditions for convolution). Find the absolute values of the FFT of ha(n). Hint use plot/abs(fftshift(fft(h.2)))). • Find the difference equation implementation of an LTI system having impulse response he(n). Write the difference equation implementation using M-code.