ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator Constructor (Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Radar
Assembly:
AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator(
double goalSignalToNoiseRatio,
double efficiency
)
Public Sub New (
goalSignalToNoiseRatio As Double,
efficiency As Double
)
public:
ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator(
double goalSignalToNoiseRatio,
double efficiency
)
new :
goalSignalToNoiseRatio : float *
efficiency : float -> ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
Parameters
- goalSignalToNoiseRatio
- Type: SystemDouble
The goal signal-to-noise ratio, after integration. - efficiency
- Type: SystemDouble
The constant efficiency applied to the single pulse signal-to-noise ratio.
See Also