Skip to content

ckevar/IIR-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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