Billwilliams1952/AD9833-Library-Arduino

Is it possible to superimpose the frequency?

xandyxor opened this issue · 0 comments

Is it possible to superimpose the frequency?
For example 10K + 20K sine wave

gen.ApplySignal(SINE_WAVE,REG1,10000);

gen.ApplySignal(SQUARE_WAVE,REG0,20000);