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,
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
Back
Top