Page 1 of 1

Creating dual / mixed freqency

Posted: Fri Dec 21, 2007 2:04 pm
by dmtulsa
I'm porting a project from PDS to SF and It looks like I need to write a module to emulate the FreqOut function of PDS which works very well by the way.

Does anyone know how this is done or a clever way to do it. I'm not asking anyone to write the code for me just point me in the right direction.

Thank you

Doug
kd5nwk

Posted: Fri Dec 21, 2007 2:47 pm
by octal
maybe this article can help you http://www.sfcompiler.co.uk/wiki/pmwiki ... shUser.DDS

Regards
octal

Posted: Fri Dec 21, 2007 3:51 pm
by dmtulsa
Octal, thank you. That was kinda the approach I was going to use. I suppose the best, but slower way is to build the sine table(S) on the fly as that would make the module more generic.

thank you for the very useful info.

Doug
kd5nwk