6 lines
339 B
Markdown
6 lines
339 B
Markdown
# FIR vs IIR
|
|
FIR Filters are always stable as they can be implemented without feedback loops, the integration
|
|
of which in IIR filters can lead to the eponymous infinite responses.
|
|
IIR filters however can implement similar sharpness or selectivity to FIR filters with significantly
|
|
lower order filters, resulting in lower computation cost.
|