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.

data acquisition FPGA

Status
Not open for further replies.

assuero

Newbie level 1
Joined
Nov 21, 2016
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
8
How do I convert the A / D signal and store it in an array?
thank you so much.
 

Hi,

You need an ADConverter, RAM and some code.
But first of all you need a concept.
Signal frequency, sample rate, input range, resolution, interface, memory size...

Klaus
 
You need to provide more information about what you are trying to do, this will effect what type of parts you use and how you write the code and how you design the PCB also.

Remember that VHDL describes hardware. Therefore, if you want to store a few bytes of data, you could use an array. However, for a lot of data, if you use used an Array, it is likely that you will not be able to fit the design into your device and you will have to use internal FPGA memory blocks or an external memory.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top