SwitchedCalibrationModelTErrorCorrection(WaveParamDataT) Method

Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.

Definition

Namespace: Metas.Vna.Calibration
Assembly: Metas.Vna.Calibration (in Metas.Vna.Calibration.dll) Version: 2.8.9053.20286
C#
public virtual WaveParamData<T> ErrorCorrection(
	WaveParamData<T> sdut_m
)

Parameters

sdut_m  WaveParamDataT
Raw DUT measurement

Return Value

WaveParamDataT
Error corrected DUT measurement

Implements

ICalibrationTErrorCorrection(WaveParamDataT)

See Also