This package contains the implementation of the models used to translate continuous-time signals into series of messages and viceversa. The same models have been implemented to work with Real values or Boolean values.
| Name | Description |
|---|---|
| DiCo | |
| Quantizer | first order quantizer of a Real signal |
| QuantizerUP | first order quantizer of a Real signal |
| QuantizerDOWN | first order quantizer of a Real signal |
| CrossDOWN | generates a message of type EType, when crossing Value downwards |
| CrossUP | generates a message of type EType, when crossing Value upwards |
| DiBo | |
| BCrossDOWN | generates event of type EType, when crossing Value downwards |
| BCrossUP | |
| CondGen | Conditional message generator |