NoiseParamToolsIdeal2NPortNoiseCorrelationMatrixT Method

Computes the Noise Correlation Matrix of an Ideal 2N-Port

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>[][] Ideal2NPortNoiseCorrelationMatrix<T>(
	int n
)
where T : new(), Object, IRealNumber<T>

Parameters

n  Int32
Number of Ports

Type Parameters

T
Real Number Type

Return Value

ComplexT
Noise Correlation Matrix

See Also