Click or drag to resize

ProcessedRadarWaveform Constructor (Double, Double, Int32, Signal, SignalCollection, IEnumerable<Object>)

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)
Syntax
public ProcessedRadarWaveform(
	double integrationGain,
	double integrationTime,
	int numberOfPulsesIntegrated,
	Signal receivedSignal,
	SignalCollection interferenceSignals,
	IEnumerable<Object> dataList
)

Parameters

integrationGain
Type: System.Double
The integration gain
integrationTime
Type: System.Double
The integration time.
numberOfPulsesIntegrated
Type: System.Int32
The number of pulses integrated.
receivedSignal
Type: AGI.Foundation.Communications.Signal
The received radar signal.
interferenceSignals
Type: AGI.Foundation.Communications.SignalCollection
The collection of interference signals that were received at the same time as the processed waveform signal.
dataList
Type: System.Collections.Generic.IEnumerable<Object>
List of additional data to add to the processed radar waveform.
See Also