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.

qpsk modulator (need HELP ASAP)

Status
Not open for further replies.

sudan

Member level 5
Joined
Feb 7, 2010
Messages
93
Helped
8
Reputation
16
Reaction score
5
Trophy points
1,288
Location
chennai
Activity points
1,786
Hi,

We can create QPSK easily. For that first you have to know the process then collect the formulas. One by one you can execute through matlab. Defferent plotting comments are present in Matlab. seeing this in the command window type- help plot
then different plot comments will appear and you can use any one based on your needs.

Regards

Sudan
 

oh..i c...
can u recheck my coding

t = [0:20]
si = (0.5 * sin (20 * pi * t)) + sin ( 40 * pi * t)
sq = (0.7 * sin (30 * pi * t)) + (0.3*sin ( 50 * pi * t))
figure(1);
plot(t,si);
xlabel('Time')
ylabel('Amplitude')
title('I Continous Channel Signal')

figure(2);
plot(t,sq);
xlabel('Time')
ylabel('Amplitude')
title('Q Sampled Channel Signal')

is it correct or not for ploting d i n q signals?heee

tq sudan~
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top