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