NoiseParamToolsNISTparam2NoiseCorrMatrixT Method
Converts NIST Noise Parameters to Noise Correlation Matrix
Namespace: Metas.Vna.Data.NoiseParametersAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
public static Complex<T>[][] NISTparam2NoiseCorrMatrix<T>(
T x1,
T x2,
Complex<T> x12,
Complex<T> s21
)
where T : new(), Object, IRealNumber<T>
Public Shared Function NISTparam2NoiseCorrMatrix(Of T As {New, Object, IRealNumber(Of T)}) (
x1 As T,
x2 As T,
x12 As Complex(Of T),
s21 As Complex(Of T)
) As Complex(Of T)()()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<array<Complex<T>>^>^ NISTparam2NoiseCorrMatrix(
T x1,
T x2,
Complex<T> x12,
Complex<T> s21
)
static member NISTparam2NoiseCorrMatrix :
x1 : 'T *
x2 : 'T *
x12 : Complex<'T> *
s21 : Complex<'T> -> Complex<'T>[][] when 'T : new() and Object and IRealNumber<'T>
- x1 T
- X1 / K
- x2 T
- X2 / K
- x12 ComplexT
- X12 / K
- s21 ComplexT
- Forward Transmission S21
- T
- Real Number Type
ComplexTNoise Correlation Matrix divided by Boltzmann Constant / K