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.

FPGA based BPSK and DPCM

Status
Not open for further replies.

pavankumarl73

Newbie level 1
Joined
Nov 10, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,291
Hello everyone,

I'm doing a project on BPSK and DPCM. I have used LMS algorithm for the predictor and all the values I defined are in real. But I found that computation in real especially multiplication is taking too long. I want to convert real values to fixed point binary in the format for example 110.1011. How do I achieve this.

Also I tried to implement sinewave for BPSK using CORDIC but it wasn't very successful. So I wrote another code using Taylors series with 6 iterations in the for loop but it requires a multiplier and a divider. Is it a good idea or should I go with CORDIC or lookup table is good?

In my project I'm trying to implement BPSK as the modulator to the output of the DPCM. And I want to synthesis the verilog code on FPGA spartan 3. Is it a good idea for the project? I need little guidance and advice

Thank you in advance:???:
 

Instead using Cordic generate sin wave with DDS. Then during input signal change change the phase of the sine wave by reading from different location. This works. I've done this. vhdl4u gmail com
 
  • Like
Reactions: yzlft

    yzlft

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top