Click or drag to resize

ModulationFskGetSymbolRate Method

Gets the rate at which symbols are transmitted, based on the rate of bits.

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 double GetSymbolRate(
	double dataRate
)

Parameters

dataRate
Type: SystemDouble
The data rate in bits per second.

Return Value

Type: Double
The symbol rate.
See Also