LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

have any easier way to get integration?

i have a list data and it will transfer to a graph.Then what is the easier way to calculate the integration.
0 Kudos
Message 1 of 4
(2,728 Views)
Easier than what? There's the Integration function but it doesn't come in the LabVIEW base package.
0 Kudos
Message 2 of 4
(2,728 Views)
Hi,

If the samples are equi-distant (regular time interval) you can just add
them and multiply (or devide, I can never remember...) the result by the
total time.

regards,

Wiebe.


"5167" wrote in message
news:506500000008000000FBA10000-1042324653000@exchange.ni.com...
> i have a list data and it will transfer to a graph.Then what is the
> easier way to calculate the integration.
Message 3 of 4
(2,728 Views)
Yes. Add the elements and multiply the sum with the time increment. 😉
0 Kudos
Message 4 of 4
(2,728 Views)