Click or drag to resize

DigitalDataSource Constructor (Double, TimeIntervalCollection)

Create a new source based on the given data rate 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,
	TimeIntervalCollection generationTimes
)

Parameters

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