Difference between revisions of "Lossless data compression"

From LavryEngineering
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
The term <nowiki>"Lossless data compression"</nowiki> is used to describe a method where processing is applied to data to reduce the total amount of data. In <nowiki>lossless data compression</nowiki> none of the original information is discarded. The result is that all of the information contained in the original file is encoded in the output file and the total amount of data is reduced (thus the term "compression").
 
The term <nowiki>"Lossless data compression"</nowiki> is used to describe a method where processing is applied to data to reduce the total amount of data. In <nowiki>lossless data compression</nowiki> none of the original information is discarded. The result is that all of the information contained in the original file is encoded in the output file and the total amount of data is reduced (thus the term "compression").
  
<nowiki>Lossless data compression</nowiki> works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible "symbols" and the number of time each symbol repeats.
+
<nowiki>Lossless data compression</nowiki> works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible "symbols" and the number of times each symbol repeats.
  
Alpha-numeric files contain a fairly limited number of possible symbols where 16 bit audio files contain 1 + 32768 possible symbols ("sign" bit plus one-half of 65536). The increase number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the require coding to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.
+
Alpha-numeric files contain a fairly limited number of possible symbols whereas 16 bit audio files contain 1 + 32,768 possible symbols ("sign" bit plus one-half of 65,536). The increased number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the coding required to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.
  
 
The Meridian Lossless Packing system was developed to address the need for lossless data compression on audio DVD formats. There are also other formats such as FLAC and ALAC which are more commonly used for computer digital audio files.
 
The Meridian Lossless Packing system was developed to address the need for lossless data compression on audio DVD formats. There are also other formats such as FLAC and ALAC which are more commonly used for computer digital audio files.
  
 
+
Please see [[data compression]] for details.
See [[data compression]] for details.
 
  
 
[[Category:Terminology]]
 
[[Category:Terminology]]

Latest revision as of 18:42, 26 February 2012

The term "Lossless data compression" is used to describe a method where processing is applied to data to reduce the total amount of data. In lossless data compression none of the original information is discarded. The result is that all of the information contained in the original file is encoded in the output file and the total amount of data is reduced (thus the term "compression").

Lossless data compression works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible "symbols" and the number of times each symbol repeats.

Alpha-numeric files contain a fairly limited number of possible symbols whereas 16 bit audio files contain 1 + 32,768 possible symbols ("sign" bit plus one-half of 65,536). The increased number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the coding required to achieve a useful level of compression. Increasing the wordlength to 24 bits makes this process take even longer.

The Meridian Lossless Packing system was developed to address the need for lossless data compression on audio DVD formats. There are also other formats such as FLAC and ALAC which are more commonly used for computer digital audio files.

Please see data compression for details.