Question

09-13: The figure below shows comparison of the noise performance of different PSK and FSK schemes using closed form formulas
0 0
Add a comment Improve this question Transcribed image text
Answer #1

DetectionMethod Coheren Coherent BPSK QPSK M -PSK M-QAM(m = even) | D- BPSK D-OPSK ! 1 -fc(厗sin(t) Coherent Coherent M-1 Non

clc
close all
EbNodB=-4:1:24   % Signal to Noise Ratio in dB
EbNolin=10.^(EbNodB/10); % Converting SNR to non dB scale
colors={'k-x','r-h'}; %defining Colors to differentiate two Plots
index=1 % fetches colors one by one from previously defined colors sequence

% DPSK

Pb=0.5*exp(-EbNolin); % Biterrorrate calculation
plotHandle=plot(EbNodB,log10(Pb),char(colors(index))); % plot of Bit error rate in dB vs SNR(dB)
set(plotHandle,'LineWidth',1.5); % define plot properties
index=index+1; % increment index value to 2 , to fetch second color

hold on; % plot two graphs in same plot

% Coherent QPSK

Pb=0.5*erfc(sqrt(EbNolin));
plotHandle=plot(EbNodB,log10(Pb),char(colors(index)));
set(plotHandle,'LineWidth',1.5);

Output

QPSK -20 -4아 -60 -80 100 120 -5 10 15 20 25

Add a comment
Know the answer?
Add Answer to:
09-13: The figure below shows comparison of the noise performance of different PSK and FSK schemes...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT