FBS Fixed Modifications
Consider applying a fixed (time-invariant) filter to each before resynthesizing the signal:
(10.28) |
where, is the sampled frequency response of a filter with impulse response
(10.29) |
Let's examine the result this has on the signal in the time domain:
We see that the result is convolved with a windowed version of the impulse response . This is in contrast to the OLA technique where the result gave us a windowed filtered by without the window having any effect on the filter, provided it obeys the COLA constraint and sufficient zero padding is used to avoid time aliasing.
In other words, FBS gives
(10.30) |
while OLA gives (for )
(10.31) |
- In FBS, the analysis window
smooths the filter frequency response by time-limiting the corresponding impulse response.
- In OLA, the analysis window can only affect scaling.
For these reasons, FFT implementations of FIR filters normally use the Overlap-Add method.
Next Section:
Time Varying Modifications in FBS
Previous Section:
Constant-Overlap-Add (COLA) Cases