LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate AI signal through FPGA

I build fpga VI in while loop to acquire AI signal and I need to intgrate this signal twice to obtain the velocity and displacement. I found integrator in Simulation and design but I can not put the integrator in FPGA while loop

0 Kudos
Message 1 of 5
(3,332 Views)

Is it a regular while loop or timed loop?  Can the integrated be used out side of the loop?  For example, acquire your analog signal in one loop and pass it to a slower loop for integration. 

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 2 of 5
(3,325 Views)

Hi,

Thanks 4 reply

It is normal while loop.

The problem is that the integrator exist is simulation and design module

Is it possible to put another loop containg the integrator

0 Kudos
Message 3 of 5
(3,321 Views)

From a VI under an FPGA target, look at FPGA Math & Analysis >> Control >> Discrete Linear Systems >> Discrete Normalized Integrator

 

Jim

Message 4 of 5
(3,304 Views)

Thanks a lot

 

0 Kudos
Message 5 of 5
(3,288 Views)