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.

how to write verilog code for QPSK modulation?

Status
Not open for further replies.

firephenix405

Junior Member level 2
Joined
Apr 19, 2003
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
102
qpsk modulation

who has some sources for it? Please tell me. If anyone has certain source codes about it, I'll appreciate your help if you can share it with me.
 

verilog code for qpsk modulator

Coding such complex modulations in vhdl or verilog is not that easy. You can instead try Matlab-based System Generator. Some examples are already available....See Mathworks Site.
Regards
 
qpsk code

to build qpsk use divide and conquer divide the system into:
1-serial to parallel converter
2-mapper: map every 2 bits to corresponding i,q
3- sin,cos oscillator
4- multiplier
5- adder

not that hard
 
verilog code

Mmm.,yes I agree...But it's a piece of cake in MATLAB...Thats y said so....
 

verilog coding of qpsk demodulator

Hi "THUNDERRr",
Have you done QPSK demodulation?....I'm finding a really tough time in demodulating,especially in recovering the shifting. Could you provide any better idea of recovering data..?
Thanks in advance..
 
qpsk demodulator using verilog code

i implemented the demodulation using tan-1 function
i have to branches one for sin and other for cos taking tan-1(sinx/cosx)
can obtain the phase .. then build decision making to determine the obtained phase in which region
 

Re: qpsk demodulator using verilog code

Dear Sir,
I have built QPSK modulator like u said earlier. Now when it comes to demodulation i'm finding it very difficult. The modulated data must go thro low pass filter. I have absolutely no idea how to implement a LPF in verilog. will u plz help me write code for an LPF??:?:
 

Re: qpsk demodulator using verilog code

Dear Sir,
I have built QPSK modulator like u said earlier. Now when it comes to demodulation i'm finding it very difficult. The modulated data must go thro low pass filter. I have absolutely no idea how to implement a LPF in verilog.
I'm too lazy to learn anything.

will u plz help me write code for an LPF??:?:
I'm too lazy to do it myself.


Here read this and try to learn more than begging for forum members to do the work for you.
**broken link removed**
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top