CalToolsComputeFitandMeanZ0andGammaT(Double, Z0_GammaT, Int32, Double) Method

Computes Fit and Mean Z0 and Gamma

Definition

Namespace: Metas.Vna.Calibration.Config
Assembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
C#
public static Z0_Gamma<T> ComputeFitandMeanZ0andGamma<T>(
	double[] freq,
	Z0_Gamma<T>[] data,
	int n,
	double[] ffreq
)
where T : new(), Object, IRealNumber<T>

Parameters

freq  Double
Fit Frequency List / Hz
data  Z0_GammaT
Z0 and Gamma
n  Int32
Polynom Order: 0 to Number of Points - 1
ffreq  Double
Evaluation Frequency List / Hz

Type Parameters

T
Real Number Type

Return Value

Z0_GammaT

See Also