GenericCalibrationModel<T>.Init(Double[], Complex<T>[], Complex<T>[], Int32[], Int32) Method

Initialize a n-port calibration.

Definition

Namespace: Metas.Vna.Calibration
Assembly: Metas.Vna.Calibration (in Metas.Vna.Calibration.dll) Version: 2.8.9053.20286
C#
public void Init(
	double[] freq,
	Complex<T>[] rawportzr,
	Complex<T>[] portzr,
	int[] ports,
	int nvnaports
)

Parameters

freq  Double[]
Frequency list / Hz
rawportzr  Complex<T>[]
Raw Port Zr / Ohm
portzr  Complex<T>[]
Error Corrected Port Zr / Ohm
ports  Int32[]
Port assignment
nvnaports  Int32
Number of VNA ports

Implements

ICalibration<T>.Init(Double[], Complex<T>[], Complex<T>[], Int32[], Int32)

See Also