Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDE4 simple socket server
Hello all, I implemented a data acquisition system on the DE4. In general, I grab a fixed number of samples (called A-line), store them on a RAM and then my SOPC reads the RAM contents (through...
Altera_Forum
Honored Contributor
15 years agoYou need to be able to read the 'write pointer' of the capture hardware.
Then you can loop until there is enough data to fill a frame. Probably means a capture/memory buffer that is a few 'A-line' buffers long.