Discussion Board
There are no previous messagesGo to the following message
Current Forum: Homework 4 - Lempel Ziv (Part 2)
Date: Fri Oct 12 2001 12:37 pm
Author: White, David <white3@andrew.cmu.edu>
Subject: output of LempelZiv...

I'm a little confused about how to truncate the output of
the LempelZiv code. It seems with a dictionary started at 0 to 255, codes (LZW codes that is...) could get quite big. I read
something about limiting them to 16 bits, but I'm not sure what this means? Do we check the size of the code to make sure it doesn't go beyond that? Or are we to write our codes out as binary numbers (that doesn't seem like real compression, just because it takes fewer bits to store the number, a 0 or 1 takes up just as much file space as a 9 or 8, doesn't it?

Any help on any or all of these questions would be appreciated...

-Confused...
Post response

There are no previous messagesGo to the following message
Current Thread Detail:
output of LempelZiv...      White, David      Fri Oct 12 2001 12:37 pm       
Re: output of LempelZiv...      Lee, Peter      Sat Oct 13 2001 12:03 pm       

Back to previous screen