Click or drag to resize

DigitalDataSource Constructor (Double)

Create a new source based on the given data rate.

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 DigitalDataSource(
	double dataRate
)

Parameters

dataRate
Type: SystemDouble
The data rate, in bits per second.
Remarks
By default, the signal is continuously generated.
See Also