ModulationOok Constructor (Double) |
Create a new instance based on the given duty cycle.
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 ModulationOok(
double dutyCycle
)
Public Sub New (
dutyCycle As Double
)
public:
ModulationOok(
double dutyCycle
)
new :
dutyCycle : float -> ModulationOok
Parameters
- dutyCycle
- Type: SystemDouble
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.
See Also