Skip to content Skip to navigation

Connexions

You are here: Home » Content » Huffman Coding

Navigation

Recently Viewed

This feature requires Javascript to be enabled.

Huffman Coding

Module by: Behnaam Aazhang. E-mail the author

User rating (How does the rating system work?)
Ratings

Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

How to rate a module

Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

:
(0 ratings)

Summary: A description of the Huffman source encoding algorithm.

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

One particular source coding algorithm is the Huffman encoding algorithm. It is a source coding algorithm which approaches, and sometimes achieves, Shannon's bound for source compression. A brief discussion of the algorithm is also given in another module.

Huffman encoding algorithm

  1. Sort source outputs in decreasing order of their probabilities
  2. Merge the two least-probable outputs into a single output whose probability is the sum of the corresponding probabilities.
  3. If the number of remaining outputs is more than 2, then go to step 1.
  4. Arbitrarily assign 0 and 1 as codewords for the two remaining outputs.
  5. If an output is the result of the merger of two outputs in a preceding step, append the current codeword with a 0 and a 1 to obtain the codeword the the preceding outputs and repeat step 5. If no output is preceded by another output in a preceding step, then stop.

Example 1

XABCD X A B C D with probabilities { 12 1 2 , 14 1 4 , 18 1 8 , 18 1 8 }

Figure 1
Figure 1 (Figure7-24.png)

Average length=121+142+183+183=148 Average length 1 2 1 1 4 2 1 8 3 1 8 3 14 8 . As you may recall, the entropy of the source was also HX=148 H X 14 8 . In this case, the Huffman code achieves the lower bound of 148bitsoutput 14 8 bits output .

In general, we can define average code length as

¯=x X ¯ pXxx x x X ¯ p X x x (1)
where X ¯ X ¯ is the set of possible values of xx.

It is not very hard to show that

HX¯>HX+1 H X H X 1 (2)
For compressing single source output at a time, Huffman codes provide nearly optimum code lengths.

The drawbacks of Huffman coding

  1. Codes are variable length.
  2. The algorithm requires the knowledge of the probabilities, pXx p X x for all x X ¯ x X ¯ .
Another powerful source coder that does not have the above shortcomings is Lempel and Ziv.

Content actions

Give Feedback:

E-mail the module author | Rate module ( How does the rating system work?)

Rating system

Ratings

Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

How to rate a module

Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

(0 ratings)

Download:

Add module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.

| A lens (?)

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks