12-09-2015 07:22 PM
So what I need to do is generate a series of random numbers. I've got that.
However, the tricky part is I need to average the current random number and the previous 3 random numbers and output that on a waveform chart.
Any help or pointers would be awesome. Thanks
Solved! Go to Solution.
12-09-2015 07:25 PM
Easy peasy. There's a VI called Mean Pt by Pt. Set your buffer to 4 and it will average the current input with the last 3.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
12-09-2015 07:29 PM
Thank you!