PerfectGoalSignalToNoiseRatioWaveformIntegrator Constructor (Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Radar
Assembly:
AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic PerfectGoalSignalToNoiseRatioWaveformIntegrator(
double goalSignalToNoiseRatio
)
Public Sub New (
goalSignalToNoiseRatio As Double
)
public:
PerfectGoalSignalToNoiseRatioWaveformIntegrator(
double goalSignalToNoiseRatio
)
new :
goalSignalToNoiseRatio : float -> PerfectGoalSignalToNoiseRatioWaveformIntegrator
Parameters
- goalSignalToNoiseRatio
- Type: SystemDouble
The goal signal-to-noise ratio, after integration.
See Also