Click or drag to resize

ModulationPskComputeBitErrorRate Method (Double)

A method to decode the digital signal and produce the probability that any given bit will be incorrect.

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 override double ComputeBitErrorRate(
	double bitEnergyPerNoiseDensity
)

Parameters

bitEnergyPerNoiseDensity
Type: SystemDouble
The bit energy per noise density ratio (Eb/No).

Return Value

Type: Double
The bit error rate.
See Also