04-13-2012 10:19 AM
I am only using 1 dataset at a time (using the index array function), so what i want is the same array (dataset) that I put in, but only with every 4th (or so) measuremen. Basically, you can say that I want the same text file as I put in, containing every fourth measurement.
Greetings
Kristoffer
04-13-2012 10:52 AM
Sjefsgjogleren,
Hopefully this helps, if at the very least will get you started. It's a bit confusing what you want. But I took your "Basically, you can say that I want teh same text file as I put in, containing every fourth measurment" comment and made a solution off of that.
-Chazzzmd
04-13-2012 11:58 AM
You are correct, it is 4 different datasets inside the file. Each of the dataset has a timestamp and a corresponding measurement. But, to get i.e. every 4th, would you just use the decimate array twice, or is there a more clever solution?
The Decimate Array function is expandable. If you want every 4th measurement expand the Decimate function to 4 outputs. If you want every 5th measurement, expand the Decimate Array function to 5 outputs.