NoiseParamToolsNoiseCorrMatrix2NISTparamT Method
Converts Noise Correlation Matrix to NIST Noise Parameters
Namespace: Metas.Vna.Data.NoiseParametersAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
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>
Public Shared Sub NoiseCorrMatrix2NISTparam(Of T As {New, Object, IRealNumber(Of T)}) (
n_k As Complex(Of T)()(),
s21 As Complex(Of T),
<OutAttribute> ByRef x1 As T,
<OutAttribute> ByRef x2 As T,
<OutAttribute> ByRef x12 As Complex(Of T)
)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static void NoiseCorrMatrix2NISTparam(
array<array<Complex<T>>^>^ n_k,
Complex<T> s21,
[OutAttribute] T% x1,
[OutAttribute] T% x2,
[OutAttribute] Complex<T>% x12
)
static member NoiseCorrMatrix2NISTparam :
n_k : Complex<'T>[][] *
s21 : Complex<'T> *
x1 : 'T byref *
x2 : 'T byref *
x12 : Complex<'T> byref -> unit when 'T : new() and Object and IRealNumber<'T>
- 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
- T
- Real Number Type