Visual Basic (Declaration) | |
---|---|
Public MustOverride Property OverlapAverage As Double |
C# | |
---|---|
public abstract double OverlapAverage {get; set;} |
The VSA lets you specify separate overlaps for averaged and non-averaged measurements. If averaging is on, the VSA uses the value of OverlapAverage to determine the maximum potential overlap.
Overlap processing can dramatically reduce the time needed to compute RMS averages with a given variance. Overlap processing lets you overlap time records. In other words, some data from the first time record is reused in the second time record, some data from the second time record is reused in the third time record, and so forth.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)