02-05-2014 12:01 AM
hi
i want to do integration of 1d array between the range 0 to infinity using labview . how can i do?
thanks
02-05-2014 12:08 AM - edited 02-05-2014 12:08 AM
Well, infinity does not exist for arrays, the number of elements is limited to 2^31.
Your question does not make a lot of sense. Can you provide more details on the problem you are trying to solve?
02-05-2014 01:15 AM
@bijal wrote:
i want to do integration of 1d array between the range 0 to infinity using labview . how can i do?
Bijal, do you mean:
Where f(x) is a discrete function.
02-05-2014 11:11 PM
hi
yes,equation is
where f(x) is 1 D array
02-06-2014 01:17 AM
All you can do is integrate the finite sized array that you have. There are several integration tools in LabVIEW. What have you tried?
In the simplest case you could just use "add array elements" then scale for dx.