Biphase mark code: Difference between revisions
Appearance
Content deleted Content added
m spelling |
Christian75 (talk | contribs) {{R from merge}} + Category:Line codes |
||
(47 intermediate revisions by 36 users not shown) | |||
Line 1: | Line 1: | ||
#REDIRECT [[Differential Manchester encoding]] |
|||
{{R from merge}} |
|||
⚫ | |||
The '''Biphase Mark Code''' is a type of encoding for binary data streams. |
|||
If a binary data stream is sent without any modification via any channel, |
|||
if there are long series of logical ones or zeros without any change, this |
|||
can cause problems in synchronization. Streams encoded in [[NRZ]] are affected |
|||
by the same problem. |
|||
Using Biphase Mark Code makes synchronization easier. |
|||
[[de:Biphase-Mark-Code]] |
|||
When encoding, |
|||
[[it:Biphase Mark Code]] |
|||
the [[frequency]] of the [[clock]] is twice the |
|||
[[bitrate]] of the original signal. Every bit of the original data is represented as |
|||
two logical states which, together, form a cell. Every logical 1 is represented |
|||
as a couple of two different bits (10 or 01). The logical 0 is represented as |
|||
two equal bits (00 or 11). Every logical level at the start of a cell is inverted |
|||
to the level at the end of the previous cell. |
|||
In BMC coding the logical 1 and 0 are represented with the same voltage, using a |
|||
different polarity. It is shown in the following image: |
|||
[[Image:Bmc.png|600px|center|none]] |
|||
BMC coding provides a better synchronization since there is a change in the polarity |
|||
at least every two bits. It is not necessary to know the polarity of the sent signal |
|||
since the information is not kept in the actual values of the |
|||
voltage but in their change: in other words it does not matter whether a logical 1 or |
|||
0 is received, but only whether the polarity is the same or is different from the previous |
|||
value; this makes synchronization even easier. |
|||
Finally, BMC coded signals have null mean value, thus reducing the necessary transmitting |
|||
power. |
|||
All these good points are achieved at the expense of doubling clock frequency. |
|||
⚫ |
Latest revision as of 12:06, 26 December 2016
Redirect to:
- From a merge: This is a redirect from a page that was merged into another page. This redirect was kept in order to preserve the edit history of this page after its content was merged into the content of the target page. Please do not remove the tag that generates this text (unless the need to recreate content on this page has been demonstrated) or delete this page.
- For redirects with substantive page histories that did not result from page merges use {{R with history}} instead.