(Solved):
2. IIR versus FIR systems A significant difference between IIR and FIR discrete-time systems is st ...
2. IIR versus FIR systems A significant difference between IIR and FIR discrete-time systems is stability. Consider an IIR filter with the difference equation ?1?[n]=x[n]?0.5y1?[n?1] where x[n] is the input and y1?[n] is the output. Then consider an FIR filter ?2??n]=x[n]+0.5x[n?1]+3x[n?2]+x[n?5] where x[n] is the input and y2?[n] is the output. (a) Since to check the stability of these filters we need their impulse responses, find the impulse responses h1??n? corresponding to the IIR filter by recursion, and h2?[n? corresponding to the FIR fiter. (b) Use the impulse response h1??n? to check the stability of the IIR filter. (c) Use the impulse response h2?[n] to check the stability of the FIR filter. (d) Since the impulse response of a FIR filter has a finite number of nonzero terms, would it be correct to say that FIR filters are always stable? Explain.