Clutter map plugin compute'
| [Visual Basic .NET] |
|---|
Public Sub Compute( _ ByVal ComputeParams As IAgStkRadarClutterMapComputeParams _ ) |
| [C#] |
|---|
public void Compute( |
| [Managed C++] |
|---|
public: void Compute( |
| [Java] |
|---|
public compute( |
| [Unmanaged C++] |
|---|
public: HRESULT Compute( |
- ComputeParams
The Compute method is responsible for modifying the the power of the incoming signal returned by the Signal property of the computeParams input parameter by the clutter coefficient of the patch. The signal represents the transmitted signal from the radar, which has been propagated to the clutter patch location. The clutter map plugin may also modify any of the other settable properties of the signal to model the desired behavior. The signal can be cast to the IAgStkRadarSignal interface to obtain radar signal specific data such as pulse repetition frequency (PRF).
| C# | Copy Code | |
|---|---|---|
| ||
| C++ | Copy Code | |
|---|---|---|
| ||
