Billwilliams1952 / AD9833-Library-Arduino

Library to control the AD9833 waveform generator
114 stars 35 forks source link

Is it possible to superimpose the frequency? #15

Open xandyxor opened 1 year ago

xandyxor commented 1 year ago

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);