Programmer Guide/SPU Reference/MIX: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
|<math>Y[i]=A[i].KA+B[i].KB</math>
|<math>Y[i]=A[i].KA+B[i].KB</math>
|}
|}
with: 0 &le; i &lt length of <var>A<sub>vector</sub></var>
with: 0 &le; i &lt; length of <var>A<sub>vector</sub></var>
;See also:
;See also:
<[[../#Signal Processing Atoms|SP-atoms]]>
<[[../#Signal Processing Atoms|SP-atoms]]>
<!-- AN, 2.5.2011 -->
<!-- AN, 2.5.2011 -->

Revision as of 09:23, 6 May 2011

Sum of elements of input A.

[SPU MIX A KA B KB OUT Y]

In Out Description
Anumber, Bnumber Ynumber {\displaystyle Y=A.KA+B.KB}
Avector, Bvector Yvector {\displaystyle Y[i]=A[i].KA+B[i].KB}

with: 0 ≤ i < length of Avector

See also

<SP-atoms>

Navigation menu

Personal tools