AGI AgRadarPlugin 11 Send comments on this topic.
ComputeJammingClutter Method (IAgStkRadarFixedPRFProbabilityDetectionPlugin)
See Also 
ComputeParams
Windows






Windows & Linux

Description

Probability of Detection CFAR plugin compute with S/(N+J+C).

Syntax

[Visual Basic .NET]
Public Sub ComputeJammingClutter( _
   ByVal ComputeParams As IAgStkRadarFixedPRFProbabilityDetectionComputeParams _
) 

[C#]
public void ComputeJammingClutter(
IAgStkRadarFixedPRFProbabilityDetectionComputeParams ComputeParams
);

[Managed C++]
public: void ComputeJammingClutter(
IAgStkRadarFixedPRFProbabilityDetectionComputeParams ^ ComputeParams
);

[Unmanaged C++]
public: HRESULT ComputeJammingClutter(
IAgStkRadarFixedPRFProbabilityDetectionComputeParams * ComputeParams
);

Parameters

ComputeParams

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface