LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot average of data

Say I collect 1000 data points at 100Hz. I only want averages of every 10 points plotted, meaning I'd have 100 points. Please find attached *.vi file.
0 Kudos
Message 1 of 2
(2,380 Views)
Just reshape the array to 100x10 and average each row in a simple loop. See attached example.
Message 2 of 2
(2,380 Views)