Sine and square wave function generator

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
A relatively simple way to generate any waveform is by using a microcontroller, a look-up table or algorithm and a DAC. For a 90S8515 + absolute minimum of external components the code is really simple. You can easily get around 0.01% thd. Not to mention a whole new hobby :) I am sure there are more elegant DSP based solutions as well.


regards

peter
 
do a google search under "Walsh Series" for the mathematics. Don Lancaster also has an article on this at www.tinaja.com

analog_sa said:
A relatively simple way to generate any waveform is by using a microcontroller, a look-up table or algorithm and a DAC. For a 90S8515 + absolute minimum of external components the code is really simple. You can easily get around 0.01% thd. Not to mention a whole new hobby :) I am sure there are more elegant DSP based solutions as well.


regards

peter
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.