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