Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Digital Filter Implementation Plz help.

Status
Not open for further replies.

Mirzaaur

Member level 2
Joined
Aug 5, 2005
Messages
50
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,286
Activity points
1,690
hi all,
I need to implement FIR Filter for long tail of a pulse. I can do it with trational electronics filter but designing and implementing in verilog is a little confusing to see the starting point.

any good example or website which can guide me about design and implement process for FIR for FPGA.

thanks
 

use matlab 7 filter design tool. it also has option of generating verilog code. also code composer for xilinx ise
 

use matlab for the coefficients
then you can make a structural design for the filter which would have:
-delay unit (which would take the inputs from the ADC)
-ROM unit for the coefficients
-multiplier
-accumulator
-buffer
-FSM which would control the shift of the inputs and their multiplication with the coefficients and the buffer output and the accumulation control and the whole operation of the ADC in order to be always prompted when it finishes conversion
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top