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.

Seeking for help on the coding for implementation of digital equalizer using FPGA

Status
Not open for further replies.

kartini001

Newbie level 1
Newbie level 1
Joined
Feb 27, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,290
HI..
i am now doing a project on the implementation of digital equalizer using FPGA. this equalizer will consist of 3 filters which are high pass filter (for treble sound), bandpass filter and low pass filter( bass sound). i had chose to use mathlab to design the filter. (FIR filter)..but the problem is that i do not how to combine these filter before convert to verilog HDL.

my question are:
am i chosing the right method? basically what should i do to get the right coding since i need to run it by using Altere DE2 board.

appreciate that anyone here can help/guides me through out this project
thanks..
kartiniabdullah001@gmail.com
 

You can just cascade the three filters, right? Just create one module for each of the three filters, and connect the output of one to the input of the next.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top