06-12-2012 11:39 AM
Hi,
I wonder how to get the average for each 10 samples.
I recive data by a serial connection (this works correctly) and I want the program to make the average of these samples every 10 samples.
How could I do it?
Thanks!
06-12-2012 11:55 AM
Easiest would be the Mean ptbypt.
06-12-2012 06:44 PM
Here's another link for you to take a look at
http://forums.ni.com/t5/LabVIEW/Moving-average-filter/m-p/1994499/highlight/true#M657331
06-13-2012 05:33 AM
Thank you all!
06-13-2012 06:27 AM
If you only need one avarage from 10 values there is also the decimation vi, that can do an avarage too.