NoiseParamToolsIEEEparam2NISTparamT Method
Converts IEEE Noise Parameters 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 IEEEparam2NISTparam<T>(
T te_min,
T rn,
Complex<T> gammaOpt,
Complex<T> s11,
double t0,
double z0,
out T x1,
out T x2,
out Complex<T> x12
)
where T : new(), Object, IRealNumber<T>
Public Shared Sub IEEEparam2NISTparam(Of T As {New, Object, IRealNumber(Of T)}) (
te_min As T,
rn As T,
gammaOpt As Complex(Of T),
s11 As Complex(Of T),
t0 As Double,
z0 As Double,
<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 IEEEparam2NISTparam(
T te_min,
T rn,
Complex<T> gammaOpt,
Complex<T> s11,
double t0,
double z0,
[OutAttribute] T% x1,
[OutAttribute] T% x2,
[OutAttribute] Complex<T>% x12
)
static member IEEEparam2NISTparam :
te_min : 'T *
rn : 'T *
gammaOpt : Complex<'T> *
s11 : Complex<'T> *
t0 : float *
z0 : float *
x1 : 'T byref *
x2 : 'T byref *
x12 : Complex<'T> byref -> unit when 'T : new() and Object and IRealNumber<'T>
- te_min T
- Te min / K
- rn T
- Rn / Ohm
- gammaOpt ComplexT
- Gamma Opt
- s11 ComplexT
- Input Reflection S11
- t0 Double
- T0 / K
- z0 Double
- Z0 / Ohm
- x1 T
- X1 / K
- x2 T
- X2 / K
- x12 ComplexT
- X12 / K
- T
- Real Number Type