取消
显示结果 
搜索替代 
您的意思是: 

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 项奖励
1 条消息(共 5 条)
3,328 次查看

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 项奖励
2 条消息(共 5 条)
3,321 次查看

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 项奖励
3 条消息(共 5 条)
3,317 次查看

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

 

Jim

4 条消息(共 5 条)
3,300 次查看

Thanks a lot

 

0 项奖励
5 条消息(共 5 条)
3,284 次查看