Misplaced Pages

Bit plane

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by Adashiel (talk | contribs) at 15:21, 23 January 2006 (Reverted edits by 195.224.86.19 (talk) to last version by Aapo Laitinen). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 15:21, 23 January 2006 by Adashiel (talk | contribs) (Reverted edits by 195.224.86.19 (talk) to last version by Aapo Laitinen)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Bit plane" – news · newspapers · books · scholar · JSTOR (Learn how and when to remove this message)

A bit-plane of a digital medium (such as image or sound) is a set of bits having the same position in the respective binary numbers. For example, for 16-bit data representation there are 16 bit-planes: the first bit-plane contains the set of the most significant bits and the 16th contains the least significant bits.

It is possible to see that the first bit-plane gives the roughest but the most critical approximation of values of a medium, and the higher the number of the bit plane, the less is its contribution to the final stage. Thus, adding bit-plane gives a better approximation.

Incrementing a bit-plane by 1 gives the final result half of a value of a previous bit-plane. If a bit is set to 1, the half value of a previous bit-plane is added, otherwise it does not, defining the final value.

As an example, in PCM sound encoding the first bit in sample denotes the sign of the function, or in the other words defines the half of the whole amplitude values range, and the last bit defines the precise value. Replacement of more significant bits result in more distortion than replacement of less significant bits. In lossy media compression that uses bit-planes it gives more freedom to encode less significant bit-planes and it is more critical to preserve the more significant ones.

See also