Difference between revisions of "Component: Interlace (DSP)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Interlace component== | ==Interlace component== | ||
Allows multiple input buffers to be interlaced together into a single output buffer. Useful for combining several streams together for sending out via communications or storing. | Allows multiple input buffers to be interlaced together into a single output buffer. Useful for combining several streams together for sending out via communications or storing. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | DSP | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 75: | Line 83: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:Fc9-type- | + | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] |
| width="90%" | Connect To 0 | | width="90%" | Connect To 0 | ||
|- | |- | ||
| colspan="2" | DSP component with output buffer to collect our data from. | | colspan="2" | DSP component with output buffer to collect our data from. | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:Fc9-type- | + | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] |
| width="90%" | Connect To 1 | | width="90%" | Connect To 1 | ||
|- | |- |
Revision as of 16:18, 7 January 2022
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP |
Contents
Interlace component
Allows multiple input buffers to be interlaced together into a single output buffer. Useful for combining several streams together for sending out via communications or storing.
Component Pack
DSP
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Interlace |
Collects a single value from each of the connected input buffers and places in order into the output buffer. | |
![]() |
Return |
![]() |
InterlaceArray |
Repeats the interlace function as many times as set in the data count property. | |
![]() |
Return |