NoiseParamToolsSourceNoiseTemperatureNISTparamT Method
Computes the Effective Noise Temperature of the Source using the NIST Noise Parameters
Namespace: Metas.Vna.Data.NoiseParametersAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
public static T SourceNoiseTemperatureNISTparam<T>(
T x1,
T x2,
Complex<T> x12,
Complex<T> gammaS,
Complex<T> s11,
Complex<T> s21,
T tb
)
where T : new(), Object, IRealNumber<T>
Public Shared Function SourceNoiseTemperatureNISTparam(Of T As {New, Object, IRealNumber(Of T)}) (
x1 As T,
x2 As T,
x12 As Complex(Of T),
gammaS As Complex(Of T),
s11 As Complex(Of T),
s21 As Complex(Of T),
tb As T
) As T
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static T SourceNoiseTemperatureNISTparam(
T x1,
T x2,
Complex<T> x12,
Complex<T> gammaS,
Complex<T> s11,
Complex<T> s21,
T tb
)
static member SourceNoiseTemperatureNISTparam :
x1 : 'T *
x2 : 'T *
x12 : Complex<'T> *
gammaS : Complex<'T> *
s11 : Complex<'T> *
s21 : Complex<'T> *
tb : 'T -> 'T when 'T : new() and Object and IRealNumber<'T>
- x1 T
- X1 / K
- x2 T
- X2 / K
- x12 ComplexT
- X12 / K
- gammaS ComplexT
- Source Reflection Gamma S
- s11 ComplexT
- Input Reflection S11
- s21 ComplexT
- Forward Transmission S21
- tb T
- Measured Effective Noise Temperature / K
- T
- Real Number Type
TEffective Noise Temperature of the Source / K