| ProcessedRadarWaveform Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Radar
 Syntax
SyntaxThe ProcessedRadarWaveform type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ProcessedRadarWaveform(Double, Double, Int32, Signal, SignalCollection) | 
            Initializes a new instance.
             | 
|  | ProcessedRadarWaveform(Double, Double, Int32, Signal, SignalCollection, IEnumerableObject) | 
            Initializes a new instance.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Data | 
            Gets a copy of the processed radar waveform data collection.
             | 
|  | IntegratedSignalToNoisePlusInterferenceRatio | 
            Gets the computed integrated signal-to-noise plus interference ratio for the received waveform.
             | 
|  | IntegrationGain | 
            Gets the integration gain.
             | 
|  | IntegrationTime | 
            Gets the integration time, in seconds.
             | 
|  | InterferencePower | 
            Gets the interference power, in Watts.
             | 
|  | InterferenceSignals | 
            Gets the collection of interference signals that were received at the same time as the processed waveform signal.
             | 
|  | NumberOfPulsesIntegrated | 
            Gets the number of pulses integrated.
             | 
|  | ReceivedSignal | 
            Gets the received signal which represents the waveform before it was processed.
             | 
|  | SinglePulseSignalToNoisePlusInterferenceRatio | 
            Gets the computed single pulse signal-to-noise plus interference ratio for the received waveform.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetDataByTypeT | 
            Get the first object of the given type in the processed radar waveform data collection.
             | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also