How to do Lempel Ziv coding?

Thread Starter

siddharth mittal

Joined Oct 14, 2008
23
Hello

I was studying coding techniques....i m unable to do Lempel Ziv coding...
like we have input stream 1100010101

so first we parse: 0 1 10 00 101 01

positions: 1 2 3 4 5 6

coding positions: 21 11 32 12


i can do upto this point.....but how to made the final 4-bit code?????//


i would b so greatful for any help!!!!!!!!
 
Top