FIR Filter

C

comp.lang.vhdl

Guest
Can anybody tel about the application of FIR Filter. I know some of
them. Low Pass Filter,High Pass Filter are its application. But don't
know how to implement in VHDL. Please help me out.
 
comp.lang.vhdl wrote:
Can anybody tel about the application of FIR Filter. I know some of
them. Low Pass Filter,High Pass Filter are its application. But don't
know how to implement in VHDL. Please help me out.
sum := d + sum;
ave := sum / 16;

-- Mike Treseler
 
On Mar 29, 5:16 am, "comp.lang.vhdl" <kunal...@yahoo.co.in> wrote:
Can anybody tel about the application of FIR Filter. I know some of
them. Low Pass Filter,High Pass Filter are its application. But don't
know how to implement in VHDL. Please help me out.
Do you have the internet where you live?
 
"comp.lang.vhdl" <kunal_65@yahoo.co.in> wrote in message
news:460105a1-b03a-4e26-a712-ec5a75e9a9ea@b6g2000pre.googlegroups.com...
Can anybody tel about the application of FIR Filter. I know some of
them. Low Pass Filter,High Pass Filter are its application. But don't
know how to implement in VHDL. Please help me out.
Here is a helpful link
http://lmgtfy.com/?q=fir+filter+design
 
"KJ" <kkjennings@sbcglobal.net> wrote in message
news:tUfAl.13806$pr6.6273@flpi149.ffdc.sbc.com...
Here is a helpful link
http://lmgtfy.com/?q=fir+filter+design

Cute! :)
 

Welcome to EDABoard.com

Sponsor

Back
Top