ProcessedRadarWaveform.ReceivedSignal Property |
Gets the received signal which represents the waveform before it was processed.
Namespace:
AGI.Foundation.Radar
Assembly:
AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Signal ReceivedSignal { get; }
Public ReadOnly Property ReceivedSignal As Signal
Get
public:
property Signal^ ReceivedSignal {
Signal^ get ();
}
member ReceivedSignal : Signal with get
Property Value
Type:
Signal
See Also