Source Coding Theorem

Source Coding Theorem is a minimum limit on the compression (reducing redundancy) done on the object that will not cause the loss of Information#. It will The goal is to produce a lossless compact format an efficient representation of the original information.

The source code could be optimised using variable-length code, where rare symbol code is encoded in long code and frequent symbol code is encoded in short code such as in Huffman Coding#. We can calculate the Average Code-Word Length# to get the coding efficiency of the source coding scheme.

There are several source coding techniques:

Links to this page
#math #todo