Questions: Multirate Signal Processing and Filter Banks

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A signal sampled at 48 kHz needs to be decimated by factor M = 4 to produce a 12 kHz signal. In what order must operations be performed, and to what frequency should the filter's cutoff be set?

ADownsample first to 12 kHz, then low-pass filter at 6 kHz to clean up artifacts
BLow-pass filter at 6 kHz cutoff, then downsample by 4 — to remove content that would alias after downsampling
CLow-pass filter at 24 kHz cutoff (half of 48 kHz), then downsample by 4
DOrder doesn't matter for linear time-invariant systems — filtering before or after downsampling gives the same result
Question 2 Multiple Choice

A student says that polyphase decomposition is just 'a different hardware arrangement' that produces the same output as a direct FIR implementation, without any real computational savings. What is wrong with this claim?

APolyphase decomposition changes the frequency response of the filter, producing slightly different output
BDirect FIR implementation computes and then discards M − 1 out of every M outputs; polyphase restructures the computation to produce only the outputs that are kept, reducing multiply-accumulate operations by a factor of M
CPolyphase only works when M is a power of two, so it is not a general technique
DThe computational savings only appear in hardware implementations, not in software
Question 3 True / False

In interpolation by factor L, inserting L − 1 zeros between most existing sample produces the correctly upsampled signal without any additional filtering.

TTrue
FFalse
Question 4 True / False

Decimation followed by interpolation with the same factor M is a lossless operation — the original signal can generally be recovered exactly.

TTrue
FFalse
Question 5 Short Answer

Why does naive decimation — simply keeping every M-th sample without any pre-filtering — corrupt the downsampled signal, and what does the anti-aliasing filter prevent?

Think about your answer, then reveal below.