Manchester Encoding Probability of Error

  • Thread starter Thread starter Meteora
  • Start date Start date
  • Tags Tags
    Error Probability
AI Thread Summary
The discussion focuses on calculating the probability of error for Manchester encoding in digital communications. Unlike non-return to zero (NRZ) encoding, Manchester encoding splits the bit interval, with the first half representing a logic 0 and the second half a logic 1, leading to different signal representations. The probability of error can be derived using the mean and variance of the output signal, which is affected by additive noise. The key formula for calculating the probability of error involves the Q() function, taking into account the amplitude and noise power spectral density. Understanding these concepts is crucial for accurately interpreting signals in the context of Manchester encoding.
Meteora
Messages
9
Reaction score
0
Greetings,

I am studying Analog & Digital Communications in one of my lectures and I'm stuck with a subject. I would be much pleased if someone is willing to help me on the subject below;

Probability of error of a digital signal sent by using non return to zero encoding is easy
to find such that we can apply -A+N for output if 0 is sent and A+N if 1 is sent for a single signal transmitted in the interval 0<t<T. Since this interval will only consist of an rectangle of height A or either height -A of cases 1 and 0 being sent respectively, we can use the mean and variance of Y (which is the output Y=-A+N or Y=A+N depending on the data being transmitted), normalize it and use the Q() function to find the error rate. Howeve Manchester encoding is different in sense that to send signal 1 0<t<T/2 is A and T/2<t<T is -A and viceaversa for 0.

How am I supposed to do the math of this? When I was working with NRZ I built my calculations on the fact that x(t)=-A+w(t) in the case of 0 being transmitted (w(t) being white gaussian noise. How can I build my new x(t) fuction which the rest I'm sure I can handle.
 
Engineering news on Phys.org
do you have your synchronization taken care of? are you pretty certain when t=0 is and when t=T/2 and t=T are?

the additive noise error function is unchanged if the code is different. so you have to multiply by a [-1,1] pulse or its negative, integrate (over one period T) and see if the result is positive or negative (the threshold will be at 0). then assume how big the variance is of the added noise and compute what the p.d.f. is of the integrated result. a tail of that p.d.f. will cross over zero and it's the error of the tail of the p.d.f. that crosses over that is your probability of error.
 
Sync is out of content. So okay first of all thanks for responding to my thread. Now what I understood so far is as follows;

If i am sending a "0" with manchester code I expect it to be -A in half period and +A in the other half period. What is the possibility that it would be decided as a "1" in the receiver? In my mind there is no such possibility since the treshold is λ=0. Because the -A+N (where N is noise) part will be greater than λ however A+N part will be much greater than λ. So what I have in my receiver will be an useless signal looking like a manchester signal just lifted up above the zero treshold.

So instead of misinterpreting the signal it shouldn't interpret any signal at all (unless we change the treshold) if I am thinking correct. Another possiblity is that it's probability of error could be this not interpreting. Which would only be equal to P(y(t)>λ) which is just a single NRZ probability.

Why I thought that a 1 could never be received as a 0 is because of the following reason;

Since my additive noise doesn't change in time, if -A+N is above zero A+N could never be below zero which is the condition for receiver to decide on the signal as a "1" which was transmitted as a "0".

Again looking forward for responses.
 
I still need help with this problem. I have an exam tomorrow with this to be asked for sure.
 


Hello,

Thank you for reaching out for help with your subject on Manchester Encoding Probability of Error. I am happy to assist you in understanding this topic.

Firstly, Manchester encoding is a type of digital encoding where the signal is divided into two parts: the first half represents a logic 0 and the second half represents a logic 1. This means that the signal will change its polarity in the middle of each bit interval.

To calculate the probability of error for Manchester encoding, we can use a similar approach as we did for NRZ encoding. However, instead of considering the entire bit interval, we will divide it into two parts: the first half and the second half.

Let's assume that the bit interval is 0<t<T. In the first half, 0<t<T/2, the signal is represented by a negative amplitude, -A. In the second half, T/2<t<T, the signal is represented by a positive amplitude, A. This means that the output Y will be either -A+N or A+N, depending on the data being transmitted.

Now, we can use the mean and variance of Y to calculate the probability of error. The mean of Y is 0, as it is the average of -A+N and A+N. The variance of Y is (2N)^2, as it is the sum of the variances of -A+N and A+N.

Using the Q() function, we can then calculate the probability of error for Manchester encoding as follows:

P(error) = Q(2A/2N) + Q(2A/2N)

Where A is the amplitude and N is the noise power spectral density.

I hope this explanation helps you understand how to calculate the probability of error for Manchester encoding. If you have any further questions, please do not hesitate to ask. Good luck with your studies!

Best,
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top