The error model describes how the signal to noise ratio affects the amount of errors at the receiver.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
NarrowbandReceiverBase | compound module |
This module servces as a base module for narrowband receiver models. |
Name | Value | Description |
---|---|---|
display | i=block/broadcast |
// // The error model describes how the signal to noise ratio affects the amount of // errors at the receiver. // moduleinterface IErrorModel { parameters: @display("i=block/broadcast"); }