MeasurementAverageAngleValueFilter Method

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

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public static double AverageAngleValueFilter(
	IEnumerable<IMeasurement> 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