Difference between revisions of "Component: Quadrature Generator (DSP Inputs)"
From Flowcode Help
Jump to navigationJump to search (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...") |
|||
Line 28: | Line 28: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
==Macro reference== | ==Macro reference== | ||
Line 65: | Line 67: | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetOffset''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetOffset''' | ||
|- | |- | ||
− | | colspan="2" | | + | | colspan="2" | Gets the current phase of the wave as an index from 0 to Num Samples. |
|- | |- | ||
|- | |- | ||
Line 141: | Line 143: | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetOffset''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetOffset''' | ||
|- | |- | ||
− | | colspan="2" | | + | | colspan="2" | Sets the current phase of the wave as an index from 0 to Num Samples. |
|- | |- | ||
|- | |- | ||
Line 147: | Line 149: | ||
| width="90%" | Offset | | width="90%" | Offset | ||
|- | |- | ||
− | | colspan="2" | | + | | colspan="2" | Current sample of the wave: range 0 to num samples - 1 |
|- | |- | ||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID |
Latest revision as of 11:31, 23 October 2023
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP Inputs |
Contents
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 |