ELEC 310 Assignment #1 n is time index k is index of filter coefficient 1. Find the response of the linear time invariant system h(k) to the input x(n). x(n) --- T --- y(n) x(n) = 1 for n=0,1 = 0 otherwise h(k) = 0.5 for k=0,2 = 1.0 for k=1 = 0 otherwise 2. Repeat 1. for the same x(n) but h(k) = 1 for k=0 = -1 for k=1 = 0 otherwise 3. Find y(n) for x(n) as above for the system y(n) = ay(n-1) + x(n-1) Draw a block diagram of this system. 4. Repeat 1,2,3, using Matlab. The solution is given on the 'software' link of the 310 index page. Just run it and confirm the answers match.