Question


Creating the uniform distribution on [0,2pi) for 1000 times
I want to Create the uniform distribution on [0,2pi) for 1000 times,and here is my code for n = 0:1:1000 the...

5 years ago | 1 answer | 0

1

answer

Question


Simulate the outage probability that the recieve SNR is greater than $SNR_{th} = constant$
I have finished the probability of the qpsk,passing flat fading channel.And now i have to write the outage probability that the...

5 years ago | 1 answer | 0

1

answer

Question


The bit error rate is wrong when adding the channel,where am i wrong?
The first picture is using MAP rule but no channel,that is receive signal= signal + noise ,to find the QPSK error probability ...

5 years ago | 0 answers | 0

0

answers

Question


How to plot a summation vs the x
My code is x =0:1:1000; y=-((1/2).^x).*log2((1/2).^x); H=sum(y); And i want to plot (x,H),however,there is no cur...

6 years ago | 1 answer | 0

1

answer