Code: Select all
--->high
|
in--|
|
--->low
but what would i do when i need more then two bands, say 4? a simple idea would be to split the lowpass and highpass signals further, creating a tree-like structure:
Code: Select all
--->high
---|
| --->high-mid
in--|
| --->low-mid
---|
--->lowdisclaimer: i'm well aware that perfect-reconstruction crossovers can be contructed from FIR filters which do not suffer from any of these problems, but i want to discuss IIR designs here.
