ModulationOokDutyCycle Property |
Gets the duty cycle which is the percentage of one period in which the signal is active.
Valid values are greater then zero and less than or equal to one.
A value of one represents non-return-to-zero OOK while a duty cycle less than 1 represents a return-to-zero (RZ) type OOK 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 double DutyCycle { get; }
Public ReadOnly Property DutyCycle As Double
Get
public:
property double DutyCycle {
double get ();
}
member DutyCycle : float with get
Property Value
Type:
DoubleSee Also