Component: Interlace (DSP)

From Flowcode Help
Revision as of 09:11, 12 October 2020 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix Ltd
Version 1.2 (Release)
Category DSP


Image 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.

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.

Parameters

This macro has no parameters


Return value

This call does not return a value


InterlaceArray

Repeats the interlace function as many times as set in the data count property.

Parameters

This macro has no parameters


Return value

This call does not return a value


Simulation macro reference

This component does not contain any simulation macros


Property reference

Connect To 0

This property is of type Panel object and can be referenced with the variable name ConnectTo.

DSP component with output buffer to collect our data from.

Connect To 1

This property is of type Panel object and can be referenced with the variable name ConnectTo2.

DSP component with output buffer to collect our data from.

Buffer Size

This property is of type Unsigned integer and can be referenced with the variable name BuffSize.

Number of individual elements the buffer can store, default 1.

Buffer Type

This property is of type Fixed list of ints and can be referenced with the variable name BuffType.

Sets the buffer data type.

Number of Inputs

This property is of type Fixed list of ints and can be referenced with the variable name NumInputs.

The number of inputs the multiplexer can switch between.

Data Count

This property is of type Unsigned integer and can be referenced with the variable name DataCount.

Number of complete output packets the buffer can store.

Default 1.

Output Mode

This property is of type Fixed list of ints and can be referenced with the variable name OutputMode.

No additional information