dds_mixer_graph - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
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’).