| ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator Constructor (Double, Double) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Radar
    Assembly:
   AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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 -> ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegratorParameters
- 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
See Also