DigitalDemodulatorTModulationSignalIdentifier Property |
Gets or sets the method for identifying the carrier with the correct modulation.
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 IntendedSignalByModulation<TModulation> SignalIdentifier { get; set; }
Public Property SignalIdentifier As IntendedSignalByModulation(Of TModulation)
Get
Set
public:
property IntendedSignalByModulation<TModulation>^ SignalIdentifier {
IntendedSignalByModulation<TModulation>^ get ();
void set (IntendedSignalByModulation<TModulation>^ value);
}
member SignalIdentifier : IntendedSignalByModulation<'TModulation> with get, set
Property Value
Type:
IntendedSignalByModulationTModulationSee Also