programming DDS core


Results 1 to 10 of 10

Threaded View

  1. #4
    Join Date
    Aug 2005
    Location
    Michigan, USA
    Posts
    224


    Did you find this post helpful? Yes | No

    Default

    Not sure if this will help but please consider;

    Fr (frequency resolution) = 360000000/2^32 = 0.08381903171539306640625 Hz

    FTW = INT(Fo / Fr)
    FTW = INT(10000000 / 0.08381903171539306640625) = 119304647

    or using reciprocal multiplication (with a constant 1 / Fr = 11.9304647);

    FTW = INT(Fo * (1 / Fr))
    FTW = INT(10000000 * (11.930464711111111111111111111111)) = 119304647

    Good luck on your project...

    Cheerful regards, Mike, K8LH
    Last edited by Mike, K8LH; - 20th October 2010 at 03:58.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts