GoalSignalToNoiseRatioWaveformIntegrator Constructor (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 protected GoalSignalToNoiseRatioWaveformIntegrator(
double goalSignalToNoiseRatio
)
Protected Sub New (
goalSignalToNoiseRatio As Double
)
protected:
GoalSignalToNoiseRatioWaveformIntegrator(
double goalSignalToNoiseRatio
)
new :
goalSignalToNoiseRatio : float -> GoalSignalToNoiseRatioWaveformIntegrator
Parameters
- goalSignalToNoiseRatio
- Type: SystemDouble
The desired signal-to-noise ratio, after integration.
See Also