DigitalDataSource Constructor (Double) |
Create a new source based on the given data rate.
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
)
Public Sub New (
dataRate As Double
)
public:
DigitalDataSource(
double dataRate
)
new :
dataRate : float -> DigitalDataSource
Parameters
- dataRate
- Type: SystemDouble
The data rate, in bits per second.
Remarks By default, the signal is continuously generated.
See Also