08-28-2008 12:58 AM
I am trying to do inegration of an exponential function between two limits but I am getting wrong results
Can anybody help me
thanking you
augustin
08-28-2008 01:11 AM
If you are trying to integrate an array of data, you should use the numeric integration.vi (in Mathematics> Integ & Diff);or the Uneven numeric integration.vi...
08-28-2008 01:19 AM
thanks a lot
it is working..
is it possible if data is not in arry form
08-28-2008 01:32 AM
08-28-2008 01:34 AM
Hi there, if you have points coming at a regular interval and that you have a LabVIEW full or professional, you can also use the point by point function. This basically accumulates the point into an array (internal to the function) and process your data.
This function , and many others, can be found under Signal Processing >> Point by Point. The palette at that place looks really similar to the "normal function", except for the small symbol at the bottom of the menu ..->..
I hope this helps
Matthieu