Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What smoothing is used in VBOXTools software?

0
Posted

What smoothing is used in VBOXTools software?

0

The smoothing that can be applied to individual channels in the Graph screen and in Report Generator is a ‘window smoothing’ routine. It smoothes an individual data sample using data from before and after the sample. The number of samples used in the smoothing and the level of smoothing applied is determined by the chosen smoothing level. The software coded expression for this is as follows. Tempsmooth =0 For loop2 = -smoothlevel to smoothlevel do temp = loop + loop2 tempsmooth = tempsmooth + rawdata( temp) new smoothed value (loop) = tempsmooth / (2 x smoothlevel +1) smoothlevel = the smoothing level you wish to apply. This smoothing is only for visual reference, the raw data is not changed using this process.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123