07-05-2010 03:05 AM
Hello all,
Im a new labviewer and I was hoping for advice/help etc with this program im trying to make.basically, I collect data from two channels through a DAQ card. I want to manipulate and tidy-up the resulting data using a labview excutable file.The data I get from the DAQ looks like this
I cut the data at the peaks and valleys...organise the data so they overlap (they are mirrored
scans)....align the data by eye... then average the data.
I have done all that and was looking for advice on how to make it cleaner/faster or tidier.
Many thanks for all your inputs.
07-06-2010 09:33 AM
Why are you converting the 2D array to 3D in the chopper vi? This seems unnecessary.
07-07-2010 02:47 AM
Thanks very much for your input.
I added that conversion to make it possible to shift the array values when I am aligning the graphs on top of each other before I average them.
when i had it as a a 2d array i was unable to simply shift the components of the array by a certain size.