From: adi on
hey folks,
i read in some paper that BWT (burrows wheeler technique) can be improved by using huffman encoding.but where and when it should be applied?
BWT's basic scheme is....
BWT-> MTF->RLE.

on applying RLE, output will be string of integers.but hufmann is applied on alphabets,so how cn we apply it in the BWT scheme?

thanks all.!!!!

p.s. can anyone please send me the BWT (using MTF) MATLAB code