DELAY
From STX Wiki
Jump to navigationJump to search
Copies input X to output Y, delaying it by one evaluation step.
[SPU DELAY X OUT Y]
| input | description | data type | value type |
|---|---|---|---|
| X | input data | any | variable |
| output | description | data type | value type |
| Y | delayed input data Yt = Xt-1 |
same type as X | variable |
- See also
<SP-atoms>