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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…