EmbDev.net

Forum: FPGA, VHDL & Verilog Real-time data acquisition


von Assuero S. (Company: Student) (assuerosavio)


Rate this post
useful
not useful
What is the best to do data acquisition in real time, is there a 
specific library? Input an analog signal, encode and store its reading, 
ensuring a constant time in the range of the samples. Thanks for the 
help.

von Klakx (Guest)


Rate this post
useful
not useful
maybe you need an oscilloscope? you must be more precise, you wont find 
a simple library like in software

von Assuero S. (Company: Student) (assuerosavio)


Rate this post
useful
not useful
Klakx wrote:
> maybe you need an oscilloscope? you must be more precise, you wont find
> a simple library like in software


My work is similar to the oscilloscope, how do I scan the A / D signal 
and store it in fpga's memory? it's possible?

von -gb- (Guest)


Rate this post
useful
not useful
Which AD Converter do you use? Which type of interface? Parallel data 
and clock?
It is quite simple, just store the data at a clock edge. Store them in 
block-RAM, in an FIFO, ...

von Lothar M. (Company: Titel) (lkmiller) (Moderator)


Rate this post
useful
not useful
Assuero S. wrote:
> it's possible?
Yes, indeed.
First you must implement an interface to the DAC,  then you must 
implement some kind of mass storage to memorize that values.

Assuero S. wrote:
>  is there a specific library?
Look for "soft cores" for that specific tasks. Expect prices about 
10-50k each.
If that is too much, then do it on your own. If you encounter problems 
then ask specific questions and supply necessary information (eg 
language,  target device, toolchain... )

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.