Component: Quadrature Generator (DSP Inputs): Difference between revisions
Appearance
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder"" |
||
| Line 175: | Line 175: | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Waveform | ||
|- | |- | ||
|- | |- | ||
| Line 219: | Line 219: | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Frequency Calculation - Reference Only | ||
|- | |- | ||
|- | |- | ||
Revision as of 14:36, 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 | |