Component: Delay (DSP Operators): Difference between revisions
Appearance
No edit summary |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (12 intermediate revisions by 2 users not shown) | |||
| Line 14: | Line 14: | ||
==Delay component== | ==Delay component== | ||
Allows an adjustable delay to be inserted into the DSP system | Allows an adjustable delay to be inserted into the DSP system | ||
==Detailed description== | ==Detailed description== | ||
| Line 85: | Line 79: | ||
[[File:DSPDelay.jpg]] | [[File:DSPDelay.jpg]] | ||
| Line 90: | Line 96: | ||
==Macro reference== | ==Macro reference== | ||
{| class="wikitable | ===Delay=== | ||
{| class="mtx-class-macrotable wikitable" | |||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Delay''' | ||
|- | |- | ||
| colspan="2" | Passes | | colspan="2" | Passes a single value from a buffer into the delay buffer and spits out a delayed value at the other end | ||
|- | |- | ||
|- | |- | ||
| Line 103: | Line 110: | ||
{| class="wikitable | ===DelayArray=== | ||
{| class="mtx-class-macrotable wikitable" | |||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''DelayArray''' | ||
|- | |- | ||
| colspan="2" | Passes | | colspan="2" | Passes an entire buffer into the delay buffer and spits out a delayed version of the buffer at the other end | ||
|- | |- | ||
|- | |- | ||
| Line 116: | Line 124: | ||
{| class="wikitable | ===PresetDelay=== | ||
{| class="mtx-class-macrotable wikitable" | |||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''PresetDelay''' | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | Presets the contents of the delay buffer with the specified value. | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| width="90%" | | | width="90%" | Value | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
| Line 134: | Line 143: | ||
{| class="wikitable | ===SetDelaySize=== | ||
{| class="mtx-class-macrotable wikitable" | |||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetDelaySize''' | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | Specifies the number of values in the delay buffer to allow the length of the delay to be adjustable during runtime. | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| width="90%" | | | width="90%" | Delay_Count | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
| Line 150: | Line 160: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| Line 182: | Line 190: | ||
| colspan="2" | Sets the data direction flow of the component | | colspan="2" | Sets the data direction flow of the component | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Delay | ||
|- | |- | ||
|- | |- | ||
| Line 201: | Line 209: | ||
| colspan="2" | Value used to preset the delay buffer. | | colspan="2" | Value used to preset the delay buffer. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Delay Calculation | ||
|- | |- | ||
|- | |- | ||
| Line 220: | Line 228: | ||
| colspan="2" | Initial delay in seconds at the specified sample rate | | colspan="2" | Initial delay in seconds at the specified sample rate | ||
|} | |} | ||
==Component Source Code== | |||
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_DSP_Delay.fcfx FC_Comp_Source_DSP_Delay.fcfx] | |||
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_DSP_Delay.fcfx FC_Comp_Source_DSP_Delay.fcfx] | |||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.2 |
| Category | DSP Operators |
Delay component
Allows an adjustable delay to be inserted into the DSP system
Detailed description
No detailed description exists yet for this component
Examples
Here is a simple example file for the Delay component.
The DelayADC component is used to set the amount of delay that the component provides 0-2550 samples in steps of 10 samples.
The Input ADC component is used to pass a variable value into the DSP chain to allow the delay to be simulated.
Here is a picture showing the response of the delay component using the data recorder window.
Macro reference
Delay
| Delay | |
| Passes a single value from a buffer into the delay buffer and spits out a delayed value at the other end | |
| Return | |
DelayArray
| DelayArray | |
| Passes an entire buffer into the delay buffer and spits out a delayed version of the buffer at the other end | |
| Return | |
PresetDelay
| PresetDelay | |
| Presets the contents of the delay buffer with the specified value. | |
| Value | |
| Return | |
SetDelaySize
| SetDelaySize | |
| Specifies the number of values in the delay buffer to allow the length of the delay to be adjustable during runtime. | |
| Delay_Count | |
| Return | |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DSP_Delay.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_Delay.fcfx
