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