Digital
Last update: 16.07.2025The Digital library provides a set of basic functions aiming to help the construction of more complex digital data treatment algorithms.
| Operator Name | Description |
|---|---|
| EitherEdge | Detects either a falling or a rising edge (true to false or false to true transition). |
| FallingEdge | Detects a falling edge (true to false transition). |
| FallingEdgeBufferedNoRetrigger | Detects a falling edge (true to false transition) and buffers the output during a specified number of cycles. If a falling edge occurs while the output is buffered, it is ignored. |
| FallingEdgeBufferedRetrigger | Detects a falling edge (true to false transition) and buffers the output during a specified number of cycles. If a falling edge occurs while the output is buffered, it is detected, and buffer is extended by number of cycles. |
| RisingEdge | Detects a rising edge (false to true transition). |
| RisingEdgeBufferedNoRetrigger | Detects a rising edge (false to true transition) and buffers output during specified number of cycles. If a rising edge occurs while the output is buffered, it is ignored. |
| RisingEdgeBufferedRetrigger | Detects a rising edge (false to true transition) and buffers the output during a specified number of cycles. If a rising edge occurs while the output is buffered, it is detected, and buffer is extended by number of cycles. |
Parent topic:Libraries