NoiseParamToolsSubtractNPNPT Method

Subtracts N-Port Y from N-Port X

Definition

Namespace: Metas.Vna.Data.NoiseParameters
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
C#
public static Complex<T>[][] SubtractNPNP<T>(
	Complex<T>[][] x,
	Complex<T>[][] y
)
where T : new(), Object, IRealNumber<T>

Parameters

x  ComplexT
Noise Correlation Matrix of N-Port X
y  ComplexT
Noise Correlation Matrix of N-Port Y

Type Parameters

T
Real Number Type

Return Value

ComplexT
Noise Correlation Matrix of N-Port XY

See Also