Component: Delay (DSP)

From Flowcode Help
Revision as of 14:20, 9 August 2013 by JonnyW (talk | contribs) (XML import of component documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix Ltd
Version 1.2
Category DSP


Image Delay component

Examples

No additional examples


Downloadable macro reference

DelayTick

No additional information


Parameters

This macro has no parameters


Return value

This call does not return a value


Delay

No additional information


Parameters

This macro has no parameters


Return value

This call does not return a value


SetDelaySize

No additional information


Parameters

UINT Delay_Count


Return value

This call does not return a value


Simulation macro reference

This component does not contain any simulation macros


Property reference

Max Delay Count

This property is of type Signed integer and can be referenced with the variable name max_delay.

No additional information


Initial Delay Count

This property is of type Signed integer and can be referenced with the variable name initial_delay.

No additional information


Buffer Manager

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

No additional information


Input

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

No additional information


Output

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

No additional information


Sample Rate (Hz)

This property is of type Floating point and can be referenced with the variable name sample_rate.

No additional information


Max Delay (s)

This property is of type Floating point and can be referenced with the variable name del_max.

No additional information


Initial Delay (s)

This property is of type Floating point and can be referenced with the variable name del_initial.

No additional information