03-23-2017 06:53 AM
I need help to do a specific accumulator.
Data is retrieved in FPGA by an array of 2 consecutive sample
I need to do an accumulator with input N, N+1, N+2, N+3, etc.
If the input is only 1 sample, the function exist un FPGA module. Here, the problem is that I retrieve 2 samples each time.
How do an accumulator with theses inputs ?
03-23-2017 07:24 AM
03-23-2017 10:35 AM
In LabVIEW standard, I have the code, but in FPGA, i use a Single-Cycle Timed Loop in FPGA acquisition...
03-23-2017 10:50 AM