Programmer Guide/SPU Reference/NSEND: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Latest revision as of 17:31, 18 November 2010
NSEND
Usage:
NSEND N X0 .. X9 OUT Y0 .. Y9
Inputs:
- N
- The delay cylces (number)
- Xi
- The data inputs (any type)
Outputs:
- Yi
- The delayed/down-sampled data inputs (any type)
Function:
Update outputs every N-th evaluation cycle. If N <= 0
, the output update is disabled.