Component: Quadrature Generator (DSP Inputs): Difference between revisions
Appearance
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"" |
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead"" |
||
| Line 36: | Line 36: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Generate''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Generate''' | ||
|- | |- | ||
| Line 50: | Line 50: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GenerateArray''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GenerateArray''' | ||
|- | |- | ||
| Line 64: | Line 64: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetOffset''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetOffset''' | ||
|- | |- | ||
| Line 78: | Line 78: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ModifyAmplitude''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ModifyAmplitude''' | ||
|- | |- | ||
| Line 97: | Line 97: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ModifyFrequency''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ModifyFrequency''' | ||
|- | |- | ||
| Line 116: | Line 116: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ModifyPhaseOffset''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ModifyPhaseOffset''' | ||
|- | |- | ||
| Line 140: | Line 140: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetOffset''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetOffset''' | ||
|- | |- | ||
Revision as of 14:17, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.2 |
| Category | DSP Inputs |
Quadrature Generator component
A quadrature generator allowing the generation of two waves Q and I which are b default 90 degrees out of phase from each other. Useful in modulating data.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DSP_Quadrature.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_Quadrature.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Generate
GenerateArray
GetOffset
| GetOffset | |
| Gets the current phase of the wave as an index from 0 to Num Samples. | |
| Return | |
ModifyAmplitude
| ModifyAmplitude | |
| Allows the amplitude to be adjusted by applying a scaler to the waveform data. | |
| Scaler | |
| 1.0 = 100% Default / 0.5 = 50% / 2.0 = 200% | |
| Return | |
ModifyFrequency
| ModifyFrequency | |
| Sets the frequency output rate by altering the period offset to a new value. | |
| OffsetRate | |
| 0.2=F/5 0.5=F/2 1.0=F 1.5=F*1.5 2.0=F*2 | |
| Return | |
ModifyPhaseOffset
SetOffset
| SetOffset | |
| Sets the current phase of the wave as an index from 0 to Num Samples. | |
| Offset | |
| Current sample of the wave: range 0 to num samples - 1 | |
| Return | |