NoiseParamToolsNISTparam2IEEEparamT Method
Converts NIST Noise Parameters to IEEE Noise Parameters
Namespace: Metas.Vna.Data.NoiseParametersAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
public static void NISTparam2IEEEparam<T>(
T x1,
T x2,
Complex<T> x12,
Complex<T> s11,
double t0,
double z0,
Complex<T> gammaOptExpected,
out T te_min,
out T rn,
out Complex<T> gammaOpt
)
where T : new(), Object, IRealNumber<T>
Public Shared Sub NISTparam2IEEEparam(Of T As {New, Object, IRealNumber(Of T)}) (
x1 As T,
x2 As T,
x12 As Complex(Of T),
s11 As Complex(Of T),
t0 As Double,
z0 As Double,
gammaOptExpected As Complex(Of T),
<OutAttribute> ByRef te_min As T,
<OutAttribute> ByRef rn As T,
<OutAttribute> ByRef gammaOpt As Complex(Of T)
)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static void NISTparam2IEEEparam(
T x1,
T x2,
Complex<T> x12,
Complex<T> s11,
double t0,
double z0,
Complex<T> gammaOptExpected,
[OutAttribute] T% te_min,
[OutAttribute] T% rn,
[OutAttribute] Complex<T>% gammaOpt
)
static member NISTparam2IEEEparam :
x1 : 'T *
x2 : 'T *
x12 : Complex<'T> *
s11 : Complex<'T> *
t0 : float *
z0 : float *
gammaOptExpected : Complex<'T> *
te_min : 'T byref *
rn : 'T byref *
gammaOpt : Complex<'T> byref -> unit when 'T : new() and Object and IRealNumber<'T>
- x1 T
- X1 / K
- x2 T
- X2 / K
- x12 ComplexT
- X12 / K
- s11 ComplexT
- Input Reflection S11
- t0 Double
- T0 / K
- z0 Double
- Z0 / Ohm
- gammaOptExpected ComplexT
- Gamma Opt Expected
- te_min T
- Te min / K
- rn T
- Rn / Ohm
- gammaOpt ComplexT
- Gamma Opt
- T
- Real Number Type