03-14-2008 12:48 PM
03-14-2008 01:00 PM
I would guess that the inplace version provides no advantage at all. In this particular case, you feed it a waveform with an empty array on the left, so the array cannot be added "in place" anyway, because there is no room for it.
Just guessing, I don't have LabVIEW open at the moment for further investigation.
03-14-2008 01:06 PM
Yes Altenbach..
you are right and even I thought so..
Fir an array with size of 9*99999, the "in place" code takes ~50ms where as normal one takes just ~3ms.
Just needed to confirm this...
If there are better idea than "in place".. they are most welcome
Thanks