Questions: Direct Form and Transversal Filter Realizations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A DSP engineer implements a Direct Form II IIR filter on a fixed-point processor. During testing, the output clips severely even though the input signal is small and well within range. What is the most likely cause?

AThe filter's poles are outside the unit circle, making it unstable for small inputs
BThe internal state variable (the summing node before the delay line) can accumulate large values even when the input and output are small, causing fixed-point overflow
CThe filter has too many taps, saturating the multiply-accumulate hardware even at low input levels
DThe input signal was not downsampled before entering the filter, causing aliasing artifacts
Question 2 Multiple Choice

A transversal (tapped-delay-line) FIR filter is guaranteed to be stable for any choice of tap coefficients. What structural property ensures this?

AIts coefficients are always normalized so their sum equals one, preventing gain greater than unity
BThe delay line acts as a natural low-pass filter, limiting energy accumulation in the internal states
CThere is no feedback — the output is a finite weighted sum of present and past inputs only, so bounded inputs always produce bounded outputs
DSymmetry of coefficients constrains the poles to lie on the real axis within the unit circle
Question 3 True / False

Direct Form I and Direct Form II implement the same transfer function and are mathematically equivalent in exact arithmetic, but they differ in how quantization errors propagate, making the choice of structure practically important in fixed-point hardware.

TTrue
FFalse
Question 4 True / False

FIR filters are preferred over IIR filters when computational resources are limited, because the transversal (tapped-delay-line) structure requires fewer multiplications per output sample than an equivalent IIR direct form.

TTrue
FFalse
Question 5 Short Answer

What is the key structural difference between Direct Form I and Direct Form II for an Nth-order IIR filter, and why does this difference matter in practical implementation?

Think about your answer, then reveal below.