Component: Quadrature Generator (DSP Inputs)
From Flowcode Help
Jump to navigationJump to searchAuthor | 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 |