Click or drag to resize

DigitalDataSource Constructor (Double, SignalDataCollection, TimeIntervalCollection)

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

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,
	TimeIntervalCollection generationTimes
)

Parameters

dataRate
Type: SystemDouble
The data rate, in bits per second.
signalData
Type: AGI.Foundation.CommunicationsSignalDataCollection
The data to add to the signal.
generationTimes
Type: AGI.Foundation.TimeTimeIntervalCollection
The times at which the signal is generated.
See Also