ProcessedRadarWaveformReceivedSignal 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: 24.2.419.0 (24.2.419.0)
Syntax public Signal ReceivedSignal { get; }
Public ReadOnly Property ReceivedSignal As Signal
Get
public:
property Signal^ ReceivedSignal {
Signal^ get ();
}
member ReceivedSignal : Signal with get
Property Value
Type:
SignalSee Also