VirtualBench

cancel
Showing results for 
Search instead for 
Did you mean: 

Signal averaging with Virtualbench in LabVIEW

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.

0 Kudos
Message 1 of 2
(3,142 Views)

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.

0 Kudos
Message 2 of 2
(3,131 Views)