Creating dual / mixed freqency

Coding and general discussion relating to user created compiler modules

Moderators: David Barker, Jerry Messina

Post Reply
dmtulsa
Posts: 40
Joined: Fri Dec 21, 2007 1:38 pm
Location: Tulsa,OK
Contact:

Creating dual / mixed freqency

Post by dmtulsa » Fri Dec 21, 2007 2:04 pm

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
Doug
kd5nwk

User avatar
octal
Registered User
Registered User
Posts: 586
Joined: Thu Jan 11, 2007 12:49 pm
Location: Paris IDF
Contact:

Post by octal » Fri Dec 21, 2007 2:47 pm

maybe this article can help you http://www.sfcompiler.co.uk/wiki/pmwiki ... shUser.DDS

Regards
octal

dmtulsa
Posts: 40
Joined: Fri Dec 21, 2007 1:38 pm
Location: Tulsa,OK
Contact:

Post by dmtulsa » Fri Dec 21, 2007 3:51 pm

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
Doug
kd5nwk

Post Reply