Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ModulationOok(
	double dutyCycle
)

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