shashi_reddy21
Junior Member level 3

what is the advantage of manchester coding in encoding audio data .?i want the coding format for a data .
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
See **broken link removed**. Manchester coding includes frequent transitions at the clock boundaries, making clock extraction with a phaselocked loop relatively simple.shashi_reddy21 said:what is the advantage of manchester coding in encoding audio data .?i want the coding format for a data .
teteamigo said:The 0|0 adjacency don't have transitions, then impulse is impossible.
tkbits said:teteamigo said:The 0|0 adjacency don't have transitions, then impulse is impossible.
That isn't how clock recovery works. The PLL is the receiver reference clock. The transitions in the bit stream keep the PLL synchronized to the bit stream.
jjohn said:To accomplish this, Manchester codes always have a transition at the middle of each bit period, and depending on the state of the signal, may have a transition at the beginning of the period as well. The direction of the mid-bit transition is what carries the data, with a low-to-high transition indicating one binary value, and a high-to-low transition indicating the other. Transitions that don't occur mid-bit don't carry useful information, and exist only to place the signal in a state where the necessary mid-bit transition can take place. Though this allows the signal to be self-clocking, it carries significant overhead as there is a need for essentially twice the bandwidth of a simple NRZ or NRZI encoding.