Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 223 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 223 Bytes

IIR-Filter

IIR Filter for audio application

An IRR Filter implemented ruled by:

y[n] = y[n - 1] - 1/4 x[n] + 1/4 x[n - 4]

implemented in VHDL, the files include a test bench with a test mixed signal of 1kHz and 10kHz