C++ definition: click here
Decider module to use with digital channel modules like GilbertElliotSnr
This component has been taken over from Mobility Framework 1.0a5.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Default value | Description |
---|---|---|---|
debug | bool | false |
debug switch |
snrThresholdLevel | double |
Name | Direction | Size | Description |
---|---|---|---|
uppergateOut | output | ||
lowergateIn | input |
// // Decider module to use with digital channel modules like GilbertElliotSnr // // This component has been taken over from Mobility Framework 1.0a5. // simple ErrAndCollDecider { parameters: bool debug = default(false); // debug switch double snrThresholdLevel @unit("dB"); gates: output uppergateOut; input lowergateIn; }