Click or drag to resize

MeasurementAverageAngleValueFilter Method

Calculates an average of the specified sequence of IMeasurement phase angle values.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static double AverageAngleValueFilter(
	IEnumerable<IMeasurement> source
)
View Source

Parameters

source  IEnumerableIMeasurement
Sequence of IMeasurement values over which to run calculation.

Return Value

Double
Average of the specified sequence of IMeasurement phase angle values.
Remarks
Phase angles wrap, so this algorithm takes the wrapping into account when calculating the average.
See Also