dds_mixer_graph ( const uint32_t phaseInc, const uint32_t initialPhaseOffset = 0 )
This is the constructor function for the dds_mixer graph.
Parameters:
phaseInc | specifies the phase increment between samples. Input value 2^31 corresponds to Pi (i.e. 180’). |
initialPhaseOffset | specifies the initial value of the phase accumulator, creating a phase offset. Input value 2^31 corresponds to Pi (i.e. 180’). |