Click or drag to resize

DigitalModulationComputeBitErrorRate Method (Signal)

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 virtual double ComputeBitErrorRate(
	Signal intendedSignal
)

Parameters

intendedSignal
Type: AGI.Foundation.CommunicationsSignal
The signal object which represents the digital data.

Return Value

Type: Double
The bit error rate.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when intendedSignal is .
See Also