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.2.419.0 (24.2.419.0)
Syntax public DigitalDataSource(
double dataRate,
TimeIntervalCollection generationTimes
)
Public Sub New (
dataRate As Double,
generationTimes As TimeIntervalCollection
)
public:
DigitalDataSource(
double dataRate,
TimeIntervalCollection^ generationTimes
)
new :
dataRate : float *
generationTimes : TimeIntervalCollection -> DigitalDataSource
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