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.

Writing a code to generate outputs similar to a ADC output

Status
Not open for further replies.

sab_zer

Newbie level 1
Joined
Feb 28, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
Hi,

I am doing a project where I need to give some freuquency values from a signal generator into an ADC and the output from this ADC, after being passed through window and FFT are being shown in a LCD display on a vertex 5 FPGA board. The problem is the LCD I currently have can only support 4-bit mode but my output is 5-bit mode. I decided to write a code to generate values and instead of seeing them on the LCD I will make a text file and write the results into that file.

Can anyone tell me how can I write a code in verilog which will allow me to give a particular frequency so that I can by-pass the use of signal generator and input various frequency values in the code and get different results?

Thanks
 

Use matlab.Write a simple program to generate samples based on ur interest of freq and store them in BRAM of the FPGA.From there u can read and display on LCD.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top