LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

organising data

 

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.

 

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

 

18105iA2ACF3EABA9FCCCE

 


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.

Download All
0 Kudos
Message 1 of 3
(2,873 Views)

Why are you converting the 2D array to 3D in the chopper vi?  This seems unnecessary.

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 3
(2,833 Views)

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.

0 Kudos
Message 3 of 3
(2,813 Views)