From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(2,776 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
(2,765 Views)