This commit is contained in:
eneller
2026-04-13 23:23:34 +02:00
parent 876c00011e
commit ca47910e4b
2 changed files with 10 additions and 0 deletions

5
a7.md Normal file
View 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.

5
a8.md Normal file
View File

@@ -0,0 +1,5 @@
# Bits, Symbols, Alphabet
In terms of raster images,
- bits are still bits (0/1)
- symbols are single pixels made up of rgb values
- the alphabet is the set of all possible rgb values