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.

need help in dpsk modulation

Status
Not open for further replies.

raoshahid

Newbie level 4
Joined
Apr 19, 2009
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,327
Dear All

need help in DPSK matlab code. i want to implement dpsk modulation technique, if anyone have the matlab code for this modulation please send it.

your early response will be highly appreciated.

Thanks in advance

regards,

Rao
 

see your PM as i sent to you a message also see the mathwork file central for more help
 

Hi all!!

I just found out this site!! It's great!!

I am also having trouble in dpsk modulation code. Could someone send me the code or some hints?

Thanks!!
 

Thanks ux for your help!!

Do you by any chance have the code also to do the dpsk modulation without using the simulink?
 

csp said:
Thanks ux for your help!!

Do you by any chance have the code also to do the dpsk modulation without using the simulink?

Sorry, no chances.
 

csp said:
Thanks ux for your help!!

Do you by any chance have the code also to do the dpsk modulation without using the simulink?

see this matlab help:
---------------------------
dpskmod

Differential phase shift keying modulation
Syntax

y = dpskmod(x,M)
y = dpskmod(x,M,phaserot)
y = dpskmod(x,M,phaserot,symbol_order)
_______________________________________

Examples

The example below plots the output of the dpskmod function. The image shows the possible transitions from each symbol in the DPSK signal constellation to the next symbol.

M = 4; % Use DQPSK in this example, so M is 4.
x = randint(500,1,M,13); % Random data
y = dpskmod(x,M,pi/8); % Modulate using a nonzero initial phase.
plot(y) % Plot all points, using lines to connect them.

best regards
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top