02-26-2014 04:05 AM
Hi Ali,
when you want to use this in a continuous mode you should NOT empty the buffer in between. This concept is known as "uninitialized shift register" in LabVIEW.
All you have to do is to create the array on the first run (or when the array is empty):
Or you use one of those nice PtByPt-functions:
02-26-2014 05:10 AM
Hello Gerd,
thanks for the help.
I have thought of your method. i tried to do the integration with two different methods, still not able to get consistent values of integration.
I must say that not initialising the array at every new iteration of the outer loop has improved the performance of the integration.
Regards
Ali