You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TSignalStatistics Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TSignalStatistics Enumeration

Defines signal statistics that can be streamed.

Syntax
C#
Visual Basic
public enum TSignalStatistics : uint { ssRMS, ssPeak, ssStdDev, ssCrest, ssMean, ssKurtosis, ssSkewness, ssMax, ssMin, ssSignalCustom }

SignalAnalysis.cs

Members 
Description 
ssRMS 
Signal RMS. 
ssPeak 
Maximum deviation from the mean. 
ssStdDev 
Standard deviation. 
ssCrest 
CREST factor. 
ssMean 
Average value. 
ssKurtosis 
Kurtosis of the signal . 
ssSkewness 
Skewness of the signal. 
ssMax 
Maximum value. 
ssMin 
Minimum value. 
ssSignalCustom 
Custom statistics. 

Defines signal statistics that can be streamed in to a discrete signal.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!