Click or drag to resize

ProcessedRadarWaveform Class

An immutable data container which represents the radar waveform after being processed by the radar receiver signal processing.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.RadarProcessedRadarWaveform

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class ProcessedRadarWaveform

The ProcessedRadarWaveform type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyData
Gets a copy of the processed radar waveform data collection.
Public propertyIntegratedSignalToNoisePlusInterferenceRatio
Gets the computed integrated signal-to-noise plus interference ratio for the received waveform.
Public propertyIntegrationGain
Gets the integration gain.
Public propertyIntegrationTime
Gets the integration time, in seconds.
Public propertyInterferencePower
Gets the interference power, in Watts.
Public propertyInterferenceSignals
Gets the collection of interference signals that were received at the same time as the processed waveform signal.
Public propertyNumberOfPulsesIntegrated
Gets the number of pulses integrated.
Public propertyReceivedSignal
Gets the received signal which represents the waveform before it was processed.
Public propertySinglePulseSignalToNoisePlusInterferenceRatio
Gets the computed single pulse signal-to-noise plus interference ratio for the received waveform.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDataByTypeT
Get the first object of the given type in the processed radar waveform data collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also