Prev: how to create an array with 2 rows and 4096 columns for storing image intensity values using for loops
Next: Removing indices from a vector
From: adi on 3 Apr 2010 11:55 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 |