IntendedReferenceSignalReferenceSignal Property |
Gets or sets the reference signal which is produced as the intended signal.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Signal ReferenceSignal { get; set; }
Public Property ReferenceSignal As Signal
Get
Set
public:
property Signal^ ReferenceSignal {
Signal^ get ();
void set (Signal^ value);
}
member ReferenceSignal : Signal with get, set
Property Value
Type:
SignalSee Also