ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator Constructor (Int32) |
Initializes a new instance.
Namespace:
AGI.Foundation.Radar
Assembly:
AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(
int pulseCount
)
Public Sub New (
pulseCount As Integer
)
public:
ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(
int pulseCount
)
new :
pulseCount : int -> ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
Parameters
- pulseCount
- Type: System.Int32
The number of pulses to integrate. If the value is larger than the number of pulses found in the waveform, the
number of pulses in the waveform is used for integration.
Remarks
See Also