Info

This question is closed. Reopen it to edit or answer.

How to calculate probability of bit error for 8 coherent orthogonal multiple frequencies with waveforms

1 view (last 30 days)
Dear Frieds, Can anyone help to calculate the probability of bit error for 8 coherent orthogonal multiple frequencies with waveform with the given parameters.
si = A cos 2πfit with i=1,2,3 ...8 and 0 ≤ t ≤ T with T = 0.2 ms
The received carrier amplitude is 1mV and the double sided AWGN, No/2 is 10^-11 W/Hz
  4 Comments
sixwwwwww
sixwwwwww on 15 Oct 2013
What is Eb? Because No = 20^-10 in your case? and also your waveform look like this?
si = A * cos(2 * pi * i * t * f);
With
A = 1;
t = 0:0.01:0.2;
i = 1:8;
Also I am confused about f? what is f here?
Alfred
Alfred on 20 Jan 2014
Hello both, the actual question is: A GSM (global system mobile) network uses microwave radio to link a number of base stations together. The radios use 8 coherent orthogonal multiple frequencies with waveforms;
Si = A cos 2πfi t with i=1,2,3 ...8 and 0 ≤ t ≤ T with T = 0.2 ms
The received carrier amplitude is 1mV and the double-sided AWGN (average white Gaussian noise) No /2 is 10-11 W/Hz. Calculate the probability of bit error, state all assumptions.
I would like to know how this is solved. Appreciate your assistance.

Answers (0)

Community Treasure Hunt

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

Start Hunting!