Click or drag to resize

DigitalDataSource Constructor (Double, SignalDataCollection)

Create a new source based on the given data rate and signal data.

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,
	SignalDataCollection signalData
)

Parameters

dataRate
Type: SystemDouble
The data rate, in bits per second.
signalData
Type: AGI.Foundation.CommunicationsSignalDataCollection
The data to add to the signal.
Remarks
By default, the signal is continuously generated.
See Also