LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data rebinning

anybody has labview examples of how to take a waveform and do a coarser rebin of it?
so that statistics improve (and resolution doesn't)
0 Kudos
Message 1 of 3
(2,907 Views)
I am not exactly sure what you mean however, if you just want to resample a waveform so that the delta t values is larger look at the LabVIEW 7.0 Align and Resample Express VI. If you are not in LabVIEW 7.0, you could use index array and "sample" the waveform at various points, and then build up an array of those "samples"
0 Kudos
Message 2 of 3
(2,907 Views)
yes I did look at that example and it looked like a step in the right direction but I don't want to throw away any data. If I have say 2 counts in bin 1, 3 in bin 2 and 6 in bin 3, I want to make a wide bin that contains bins 1,2 and 3 with 11 counts. That's my new bin 1. I was trying to slipt the original array in two, then split the second half further into two, etc. That's not a very good approach. I'm looking for something more flexible.
0 Kudos
Message 3 of 3
(2,907 Views)