NoiseParamToolsNoiseCorrMatrix2NISTparamT Method

Converts Noise Correlation Matrix to NIST Noise Parameters

Definition

Namespace: Metas.Vna.Data.NoiseParameters
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
C#
public static void NoiseCorrMatrix2NISTparam<T>(
	Complex<T>[][] n_k,
	Complex<T> s21,
	out T x1,
	out T x2,
	out Complex<T> x12
)
where T : new(), Object, IRealNumber<T>

Parameters

n_k  ComplexT
Noise Correlation Matrix divided by Boltzmann Constant / K
s21  ComplexT
Forward Transmission S21
x1  T
X1 / K
x2  T
X2 / K
x12  ComplexT
X12 / K

Type Parameters

T
Real Number Type

See Also