NoiseParamToolsDecascadeRight2NP2NPT(ComplexT, ComplexT, ComplexT, ComplexT, ComplexT, ComplexT) Method
Decascades 2N-Port Y from the right side of 2N-Port XY using known S-Parameters of 2N-Port X
Namespace: Metas.Vna.Data.NoiseParametersAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
public static void DecascadeRight2NP2NP<T>(
Complex<T>[][] sxy,
Complex<T>[][] nxy,
Complex<T>[][] sy,
Complex<T>[][] ny,
Complex<T>[][] sx,
out Complex<T>[][] nx
)
where T : new(), Object, IRealNumber<T>
Public Shared Sub DecascadeRight2NP2NP(Of T As {New, Object, IRealNumber(Of T)}) (
sxy As Complex(Of T)()(),
nxy As Complex(Of T)()(),
sy As Complex(Of T)()(),
ny As Complex(Of T)()(),
sx As Complex(Of T)()(),
<OutAttribute> ByRef nx As Complex(Of T)()()
)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static void DecascadeRight2NP2NP(
array<array<Complex<T>>^>^ sxy,
array<array<Complex<T>>^>^ nxy,
array<array<Complex<T>>^>^ sy,
array<array<Complex<T>>^>^ ny,
array<array<Complex<T>>^>^ sx,
[OutAttribute] array<array<Complex<T>>^>^% nx
)
static member DecascadeRight2NP2NP :
sxy : Complex<'T>[][] *
nxy : Complex<'T>[][] *
sy : Complex<'T>[][] *
ny : Complex<'T>[][] *
sx : Complex<'T>[][] *
nx : Complex<'T>[][] byref -> unit when 'T : new() and Object and IRealNumber<'T>
- sxy ComplexT
- S-Parameters of 2N-Port XY
- nxy ComplexT
- Noise Correlation Matrix of 2N-Port XY
- sy ComplexT
- S-Parameters of 2N-Port Y
- ny ComplexT
- Noise Correlation Matrix of 2N-Port Y
- sx ComplexT
- S-Parameters of 2N-Port X
- nx ComplexT
- Noise Correlation Matrix of 2N-Port X
- T
- Real Number Type