STK AgRadarPluginSend comments on this topic.
ProcessSignals Method (IAgStkRadarRcsPlugin)
See Also
processSignalsParams
Windows





Windows & Linux

Description

Processes the incident primary and orthogonal channel signals.

Syntax

[Visual Basic .NET]
Public Sub ProcessSignals( _
    ByVal processSignalsParams As IAgStkRadarRcsProcessSignalsParams _
)
[C#]
public void ProcessSignals(
    IAgStkRadarRcsProcessSignalsParams processSignalsParams
);
[Managed C++]
public: void ProcessSignals(
    IAgStkRadarRcsProcessSignalsParams ^ processSignalsParams
);
[Unmanaged C++]
public: HRESULT ProcessSignals(
    IAgStkRadarRcsProcessSignalsParams * processSignalsParams
);
[Java]
public void processSignals(
    IAgStkRadarRcsProcessSignalsParams processSignalsParams
);

Parameters

processSignalsParams

Remarks

The ProcessSignals method is responsible for modifying the power of the primary and orthogonal polarization channel signals using the computed radar cross section for the supplied incident and reflected body fixed vectors. The primary and orthogonal signals are passed to the method in the processSignalsParams input parameter. The primary signal is obtained from the %PrimaryPolChannelSignal:AgStkRadar~IAgStkRadarRcsProcessSignalsParams~PrimaryPolChannelSignal% property and the orthogonal signal is obtained from the %OrthoPolChannelSignal:AgStkRadar~IAgStkRadarRcsProcessSignalsParams~OrthoPolChannelSignal% property. The method is able to modify all settable properties of the signals passed including frequency and polarization. If the orthogonal channel is not enabled on the transmitting radar, the orthogonal signal will be null.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.