How to generate sine or cosine waves in Verilog HDL

M

mike83

Guest
hi! i am a student and want to modulate QPSK in verilog HDL. i need
sine and cosine waves for I & Q channels. please help me to provide
simple examples of cosine waves.
 
On 13 Feb 2007 21:47:21 -0800, "mike83" <engr.ikram@gmail.com> wrote:

hi! i am a student and want to modulate QPSK in verilog HDL. i need
sine and cosine waves for I & Q channels. please help me to provide
simple examples of cosine waves.
+1, 0, -1, 0.

Other approximations are available, and may suit your purpose better
depending on the system requirements.

The obvious approach is to use a lookup table (ROM) to store the
cosine waveform, but note also that CORDIC rotators can easily
be used to do modulation.
--
Jonathan Bromley, Consultant

DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * e * Perl * Tcl/Tk * Project Services

Doulos Ltd., 22 Market Place, Ringwood, BH24 1AW, UK
jonathan.bromley@MYCOMPANY.com
http://www.MYCOMPANY.com

The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.
 

Welcome to EDABoard.com

Sponsor

Back
Top