Click or drag to resize

ComplexCrossSectionScatteringCoefficient Constructor (Complex, Complex, Complex, Complex)

Initializes a new instance with four complex values which represent the 2x2 matrix.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ComplexCrossSectionScatteringCoefficient(
	Complex primaryChannel,
	Complex primaryToOrthogonalChannelLeakage,
	Complex orthogonalToPrimaryChannelLeakage,
	Complex orthogonalChannel
)

Parameters

primaryChannel
Type: AGI.Foundation.CoordinatesComplex
The complex scattering coefficient for the primary polarization channel.
primaryToOrthogonalChannelLeakage
Type: AGI.Foundation.CoordinatesComplex
The complex scattering coefficient for the cross polarization leakage from the primary polarization channel to the orthogonal polarization channel.
orthogonalToPrimaryChannelLeakage
Type: AGI.Foundation.CoordinatesComplex
The complex scattering coefficient for the cross polarization leakage from the orthogonal polarization channel to the primary polarization channel.
orthogonalChannel
Type: AGI.Foundation.CoordinatesComplex
The complex scattering coefficient for the orthogonal polarization channel.
See Also