25.02.2013 Views

Compression Outline Lempel-Ziv Algorithms LZ77: Sliding Window ...

Compression Outline Lempel-Ziv Algorithms LZ77: Sliding Window ...

Compression Outline Lempel-Ziv Algorithms LZ77: Sliding Window ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Burrows Wheeler Decoding<br />

Now sort pairs in last column of context and output column<br />

to form last two columns of context:<br />

Context Output<br />

c o<br />

d<br />

d<br />

e<br />

e<br />

o<br />

e<br />

e<br />

c<br />

d<br />

d<br />

Context Output<br />

ec o<br />

ed<br />

od<br />

de<br />

de<br />

co<br />

e<br />

e<br />

c<br />

d<br />

d<br />

296.3 Page 17<br />

Burrows Wheeler Decoding<br />

Optimization: Don’t really have to rebuild the whole context<br />

table.<br />

What character comes after<br />

the first character, d1? Context Output<br />

dedec o<br />

coded1 e1<br />

decod2 e2<br />

odede1 c<br />

ecode2 d1 ⇐<br />

edeco d2<br />

Just have to find d 1 in last<br />

column of context and see what<br />

follows it: e 1.<br />

Observation: instances of same<br />

character of output appear in<br />

same order in last column of<br />

context. (Proof is an exercise.)<br />

296.3 Page 19<br />

Burrows Wheeler Decoding<br />

Repeat until entire table is complete. Pointer to first<br />

character provides unique decoding.<br />

Context Output<br />

dedec o<br />

coded e<br />

decod e<br />

odede c<br />

ecode d ⇐<br />

edeco d<br />

Message was d in first position, preceded in wrapped<br />

fashion by ecode: decode.<br />

296.3 Page 18<br />

Burrows-Wheeler: Decoding<br />

The “rank” is the position<br />

of a character if it were<br />

sorted using a stable<br />

sort.<br />

Context<br />

c<br />

d<br />

d<br />

e<br />

e<br />

o<br />

Output Rank<br />

o 6<br />

e<br />

e<br />

c<br />

d<br />

d<br />

⇐<br />

1<br />

4<br />

5<br />

2<br />

3<br />

296.3 Page 20<br />

5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!