From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(2,762 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
(2,755 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
(2,751 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
(2,734 Views)

Thanks a lot

 

0 Kudos
Message 5 of 5
(2,718 Views)