NoiseParamToolsNoiseTemperatureNISTparamT Method

Computes the Effective Input Noise Temperature using the 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 T NoiseTemperatureNISTparam<T>(
	T x1,
	T x2,
	Complex<T> x12,
	Complex<T> gammaS,
	Complex<T> s11
)
where T : new(), Object, IRealNumber<T>

Parameters

x1  T
X1 / K
x2  T
X2 / K
x12  ComplexT
X12 / K
gammaS  ComplexT
Source Reflection Gamma S
s11  ComplexT
Input Reflection S11

Type Parameters

T
Real Number Type

Return Value

T
Effective Input Noise Temperature / K

See Also