Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
mganders
Posts: 9
Registered: ‎12-08-2007
0
Accepted Solution

1/4 Rate DDS design technique

Greetings,

 

I am trying to implement a decimated sine wave using a DDS in sysgen for a Virtex6. I am clocking the FPGA at 1/4 rate of the external DAC clock. (ie. FPGA=250MHz, DAC=1GHz). So for each FGPA clock (t) my 4 decimated sine wave outputs (n) need to be: t(0)=[n, n+1, n+2, n+3]; t(1)=[n+4, n+5, n+6, n+7]; etc.

 

Does anyone know of a clever technique for using a DDS to create a 1/4 rate decimated sine wave?

 

Thanks much,

Mike

Visitor
thomas1974
Posts: 37
Registered: ‎05-16-2012
0

Re: 1/4 Rate DDS design technique

This has recently been discussed in a german forum. Somebody wanted to create a 2GB DDS without the given chips, or instead needed a digital output.

 

It was somewhere here, but I could not find it at the moment.

http://www.mikrocontroller.net/forum/fpga-vhdl-cpld

 

Well in fact you need 4 parallel DDS units operating at their full speed. If you are also smoothing and filtering the waves, this will also have to be done in parallel then.

 

At that point of time I too searched for something like that but did fail.

 

I really regret too, that the known chips of AD like 9912 do not have a digital output, because then you might get this function with 2GHz speed for some $ only.

 

 

 

Visitor
mganders
Posts: 9
Registered: ‎12-08-2007
0

Re: 1/4 Rate DDS design technique

Thank much for the reply. I ended up just creating a ROM and using captured data from the DSP sine wave block and a homespun commutator in Simulink.

Visitor
thomas1974
Posts: 37
Registered: ‎05-16-2012
0

Re: 1/4 Rate DDS design technique

How do you manage interpolation and / or filtering?

Visitor
thomas1974
Posts: 37
Registered: ‎05-16-2012
0

Re: 1/4 Rate DDS design technique

nothing about that?