Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

can bpsk modulation be implemented in fpga in verilog only?

Status
Not open for further replies.

deschamp123

Newbie level 4
Joined
Feb 23, 2010
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,317
bpsk using fpga

I would like to ask if bpsk modulation can be implemented in fpga using only verilog code? (without using matlab, or dsp builder)
I don't have a dsp builder license. My fpga device is an Altera DE2 board, is this device suitable for BPSK modulation implementation?

Thank you
 


yes, it's possible.. I implemented a BPSK modulator in a spartan 3E fpga, only with verilog and schematics designs (that could be translated to verilog)
 

Re: can bpsk modulation be implemented in fpga in verilog on

alainsan, thanx for the info~
mersault, oh u did it! may i know how did u do it? Did you use the sine wave generator (NCO) or lookup table? Can you roughly tell me the structure of your modulator?

Thank you
 

well, my modulator uses a unit to capture the sequence to modulate from a keyboard, then I used, to generate the signal, a ROM with enough samples to generate the correct signal with a DAC, then I used a SPI controller to use the DAC.
 

what about qpsk?can it be done only by codes and cores?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top