Files
lec-sdr/a7.md
eneller ca47910e4b a7/a8
2026-04-13 23:23:34 +02:00

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.