100%(8)8 out of 8 people found this document helpful
This preview shows page 6 - 10 out of 21 pages.
ECE 513 - Homework 7 Solution7(a) Write a Matlab function to implement a second order section IIR lattice filter.
(b) The Matlab routinesampdatahas been provided in the course website. Use thesequence generated by this routine as input for the filter simulations in this prob-lem.(c) Write a Matlab routine to simulate the second order section implementation ofH(z) using second order IIR lattice sections and your function from part a. Sincethe order of the filter is 6, your implementation should have 3 second order sectionsand you should call your routine 3 times to implement the cascaded filter.
ECE 513 - Homework 7 Solution9(d) Use the Matlab routinelatc2tfto obtain the transfer function equivalent for eachof the second order sections.Then write a Matlab routine to call the Matlabroutinefilterthree times in cascade to filter the input sequence.