Click or drag to resize

ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator Constructor (Int32)

Initializes a new instance.

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(
	int pulseCount
)

Parameters

pulseCount
Type: SystemInt32
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
Efficiency defaults to 1.0.
See Also