09-18-2017 05:02 PM
I am trying to implement signal averaging in LabVIEW using the Virtualbench library. I am unable to find this option under the MSO pallette. I have found a few general signal averaging examples but they are extremely slow. When I use the averaging function in the soft front panel it is very fast and I am wondering if there is any way to get to the functions used in the soft front panel.
09-18-2017 05:36 PM - edited 09-18-2017 05:51 PM
Suggest looking into using a moving average. Modified moving average is a good choice. Should be very quick and easy to implement.
https://en.wikipedia.org/wiki/Moving_average#Modified_moving_average
You can probably find some examples in LabVIEW too.
http://www.ni.com/example/25082/en/
Hope that helps.