a7/a8
This commit is contained in:
5
a7.md
Normal file
5
a7.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user