Jump to content

Component: Deinterlace (DSP Operators)

From Flowcode Help
Revision as of 14:39, 16 January 2023 by Wiki bot (talk | contribs) (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 1.2 |- | width="20%" style="color:gray...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Author Matrix Ltd
Version 1.2
Category DSP Operators


Deinterlace component

Allows multiple output buffers to be deinterlaced from a single input buffer. Useful for decoding multiple buffer channels sent via communications or storage.

Component Source Code

Please click here for the component source code: FC_Comp_Source_DSP_Deinterlace.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Downloadable macro reference

DeinterlaceArray
Repeats the deinterlace function as many times as set in the data count property. 
- VOID Return


Deinterlace
Outputs a single value to each of the connected output buffers from the input buffer. 
- VOID Return



Property reference

Properties
Connect To
DSP component with output buffer to collect our data from. 
Buffer Size 0
 
Buffer Type 0
 
Buffer Size 1
 
Buffer Type 1
 
Interlace
Number of Outputs
The number of inputs the multiplexer can switch between. 
Data Count
Number of complete output packets the buffer can store. Default 1. 
Input Mode