07-24-2013 05:20 AM
Hi people again,
I need to integrate between to limits 37 and 77 you can see in the graph image that I add,
now the integration that I do is all the graph and I want this values like a control.
is it posible to do?
thanks.
07-24-2013 05:39 AM
First you need to find out what array indexes relate to the x-axis values of 37 and 77 and only send that subset of the entire array to the integration. The Threshold function can be useful for that.
Mike...
07-24-2013 05:39 AM
I have not gone myself, but probably same stuff was discussed in this post.
The above post talks about 'Area under Curve'.
07-24-2013 05:46 AM
I now what you say but... the threshold function give me an error :S
help please
thanks
07-24-2013 05:51 AM
The output of the threshold function is a fractional index. Round it to the nearest integer an us it to calculate the subset of elements you need. There is an array subset function that can actually extract the data for you from the arrays.
Mike...
07-24-2013 05:58 AM
I don't understand you maybe i pass my VI I think you say something like I did....
07-24-2013 06:09 AM
Please help mike
07-24-2013 08:11 AM
Try something like this...
Mike...
07-24-2013 08:31 AM
Can you save with version 11?
thanks
07-24-2013 08:35 AM
try something like this.
Mike...