ConstantCrossSectionScatteringCoefficientApplyScatteringCoefficient Method |
Applies the scattering coefficient to the input signal.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 21.1.408.0 (21.1.408.0)
Syntaxpublic override Signal ApplyScatteringCoefficient(
UnitCartesian incidentDirection,
UnitCartesian reflectedDirection,
Signal inputSignal
)
Public Overrides Function ApplyScatteringCoefficient (
incidentDirection As UnitCartesian,
reflectedDirection As UnitCartesian,
inputSignal As Signal
) As Signal
public:
virtual Signal^ ApplyScatteringCoefficient(
UnitCartesian incidentDirection,
UnitCartesian reflectedDirection,
Signal^ inputSignal
) override
abstract ApplyScatteringCoefficient :
incidentDirection : UnitCartesian *
reflectedDirection : UnitCartesian *
inputSignal : Signal -> Signal
override ApplyScatteringCoefficient :
incidentDirection : UnitCartesian *
reflectedDirection : UnitCartesian *
inputSignal : Signal -> Signal
Parameters
- incidentDirection
- Type: AGI.Foundation.CoordinatesUnitCartesian
The incident direction. - reflectedDirection
- Type: AGI.Foundation.CoordinatesUnitCartesian
The reflected direction. - inputSignal
- Type: AGI.Foundation.CommunicationsSignal
The input signal to be modified by the scattering coefficient.
Return Value
Type:
SignalThe reflected signal which is the input signal modified by the computed scattering coefficient.
See Also