| Package | Description | 
|---|---|
| agi.foundation.radar | 
 Contains types that perform radar system performance analysis. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
A goal signal-to-noise ratio integrator which computes the integrated number of pulses and integrated signal-to-noise
 ratio based on a constant efficiency. 
 | 
class  | 
PerfectGoalSignalToNoiseRatioWaveformIntegrator
A goal signal-to-noise ratio integrator which computes the integrated number of pulses and integrated signal-to-noise
 ratio based on perfect integration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
PerfectGoalSignalToNoiseRatioWaveformIntegrator.checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected abstract boolean | 
GoalSignalToNoiseRatioWaveformIntegrator.checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator.checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
GoalSignalToNoiseRatioWaveformIntegrator(GoalSignalToNoiseRatioWaveformIntegrator existingInstance,
                                        CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |