Hi;
Any suggestions please on my problem?
I have an array of 10 pressure data points sampled at 4Hz (0.25sec). I need to integrate the area under the curve when this array is plotted.
I am looking at using :
CWDSP.Integrate (x, dt, Xinit, XFinal)
..................................................................................................
Am I right in doing the following
value = CWDSP.Integrate( Pressure array(), 0.25, 0, 0)
I have used Xinit and Xfinal as 0, should it instead be
Xinit = PressureArray(0)
XFinal = PressureArray(10)
Is "value " the returned integrated sum?
Thanks.....
.............................................................................
Message Edited by Dayaa on 09-06-2007 07:34 AM