Programmer Guide/SPU Reference/DELAY: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
Revision as of 10:57, 28 April 2011
DELAY - delay a signal
Copies input x to output y, delaying it by one evaluation step.
Usage:
DELAY x
Inputs:
- x
- Any data type.
Outputs:
- y
- The same data type as x.