LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert array to fewer smaples per second

Solved!
Go to solution

Have large array with 9 channels of data per times stamp.

Timestamp shows that there are about 100 samples per second.

I need to generate array that only displays one average value per channel, per second.

Struggling with "build array" and "indexing" to get proper array.

Suggestions??

0 Kudos
Message 1 of 6
(2,818 Views)
Try this Mark
CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 2 of 6
(2,813 Views)
I might even attach the VI this time!! (V 8.6)
CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
Message 3 of 6
(2,811 Views)
Solution
Accepted by topic author markfranklin

markfranklin wrote:

Struggling with "build array" and "indexing" to get proper array.

Suggestions??


I'd bag the building and indexing and check out the Decimate VIs in the Signal Processing Palette.  Unless you are stuck with the base version.

Message 4 of 6
(2,799 Views)
Never used the decimate, love it, thanks.
0 Kudos
Message 5 of 6
(2,773 Views)
Awesome Darin. I've seen it on the pallette but never been able to work out when you would use it, now I can.
CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 6 of 6
(2,761 Views)