|
Transform coding is a type of data compression for "natural" data like audio signals or photographic images. The transformation is typically "lossy", resulting in a lower quality copy of the original input. In computer science, data compression or source coding is the process of encoding information using fewer bits (or other information-bearing units) than a more obvious representation would use, through use of specific encoding schemes. ...
Audio can mean: Sound that can be heard. ...
In information theory, a signal is a flow of information. ...
See also: Photograph In common usage, an image (from Latin imago) or picture is an artifact that reproduces the likeness of some subjectâusually a physical object or a person. ...
In transform coding, knowledge of the application is used to choose information to discard, thereby lowering its bandwidth. The remaining information can then be compressed via a variety of methods. When the output is decoded, the result may not be identical to the original input, but is expected to be close enough for the purpose of the application. Bandwidth is a measure of frequency range. ...
One of the most successful transform encoding systems is typically not referred to as such -- the example being color television. After an extensive series of studies in the 1950s, Alda Bedford showed that the human eye has high resolution only for black and white, somewhat less for "mid-range" colors like yellows and greens, and much less for colors on the end of the spectrum, reds and blues. Using this knowledge allowed RCA to develop a system in which they discarded most of the blue signal after it comes from the camera, keeping most of the green and only some of the red. The result is a signal with considerably less content, one that would fit within existing 6MHz black-and-white signals. The average TV displays the equivalent of 350 pixels on a line, but the TV signal contains enough information for only about 50 pixels of blue and perhaps 150 of red. This is not apparent to the viewer in most cases, as the eye has sophisticated systems for "re-building" a sharp image based on clues from contrast and edges. RCA, formerly an initialism for the Radio Corporation of America, is now a trademark used by two companies for products descended from that common ancestor: Thomson SA, which manufactures consumer electronics like RCA-branded televisions, DVD players, video cassette recorders, direct broadcast satellite decoders, camcorders, audio equipment, telephones, and related...
The term is much more commonly used in digital media. The common JPEG image format is an example of a transform coding, one that examines small blocks of the image and "averages out" the color using a discrete cosine transform to form an image with far fewer colors in total. MPEG modifies this across frames in a motion image, further reducing the size compared to a series of JPEGs. MPEG audio compression analyzes the transformed data according to a psychoacoustic model that describes the human ear's sensitivity to parts of the signal, similar to the TV model. A photo of a flower compressed with successively higher compression ratios from left to right. ...
The discrete cosine transform (DCT) is a Fourier-related transform similar to the discrete Fourier transform (DFT), but using only real numbers. ...
The Moving Picture Experts Group or MPEG is a working group of ISO/IEC charged with the development of video and audio encoding standards. ...
Psychoacoustics is the study of subjective human perception of sounds. ...
The basic process of digitizing an analog signal is a kind of transform coding that uses sampling in one or more domains as its transform. Digitizing, or digitization, is the process of turning an analog signal into a digital representation of that signal. ...
A sample refers to a value or set of values at a point in time and/or space. ...
See also |