05-17-2007 02:57 AM
· I acquire data from instrument and store it in an array say V(t). Here the samples are equally spaced.
· Then I calculate inductance using the formula
L(i) = f[V(t)]
And store it in another array.
· Then I have to calculate flux using the formula (refer to the attachment)
The integration is to be done w.r.t ‘i’, but the values of ‘L(i)’ are not equally spaced w.r.t ‘i'. So how to implement the above equation in Labview as the Numerical Integration.vi is applicable only for data with equal spacing.
05-17-2007 02:40 PM - edited 05-17-2007 02:40 PM

Message Edited by altenbach on 05-17-2007 12:41 PM
05-19-2007 02:41 AM
Hi altenbach
Thanxs a lot. I implemnted the algorithm as you had mentioned and it worked. Thanxs once again.