drawing the given function

2 Comments

What have we tried so far?
clear
Eb_No_dB=[0:.1:11.3];
Eb_No=10.^(Eb_No_dB./10);
for iEB=1:length(Eb_No)
PB(iEB,1)=qfunc(sqrt(2*Eb_No(iEB))) M=8
PB(iEB,2)=
(2/log2(M))*qfunc(sqrt(2*Eb_No(iEB)*log2(M))*sin(pi/M))

Sign in to comment.

Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Asked:

on 29 Oct 2018

Edited:

on 7 Nov 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!