Interface implemented by an object that represents an RCS plugin.
Compute | RCS plugin compute. |
Free | Free RCS plugin. |
Initialize | Initializes the plugin with the plugin site. |
PostCompute | RCS plugin post-compute |
PreCompute | RCS plugin pre-compute. |
ProcessSignals | Processes the incident primary and orthogonal channel signals. |
IsDynamic | Gets a flag indicating whether or not the radar cross section is dynamic. |
This interface is implemented by the RCS plugin. The RCS plugin is responsible for computing the aspect dependent radar cross section for a given incident and reflected body fixed vector. The interface provides two methods for computing radar cross section, the %Compute:AgStkRadar~IAgStkRadarRcsPlugin~Compute% and %ProcessSignals:AgStkRadar~IAgStkRadarRcsPlugin~ProcessSignals%. The Compute method is responsible for computing and reporting the co-pol and cross-pol RCS for the primary and orthogonal polarization channels. The ProcessSignals method is responsible for modifying the primary channel signal and orthogonal channel signal power by the computed RCS value.