No BSD License  

Highlights from
BWT encoder and decoder

2.0

2.0 | 3 ratings Rate this file 18 Downloads (last 30 days) File Size: 4.37 KB File ID: #4904

BWT encoder and decoder

by Imran Akthar

 

12 May 2004 (Updated 13 May 2004)

bwtenc bwtdec

| Watch this File

File Information
Description

I have implemented BWT transformation.The current implementation works for text file.It can be enhanced to transform images also. The files are bwtenc and bwtdec. future works include doing image compression using current bwt module+Mive to front and either Huffman or Arithmetic Coding.
Pls send me suggestions and Coding Bugs.

% type bwtenc at the command prompt and
% a user interface is dispalyed.
% currently,its just text file.u can select just text files
% for now.
%the BWT transformed file is written as bwt.cmp in the
%current directory

%bwtdec is a BWT decoder
% type bwtdec at the command prompt
% this particular function reads the transformed(BWT)
% file bwt.txt and then geets the original file back
% as orig_text
% BE SURE that the transformed file BWT.TXT is in the
% current directory

MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (3)
09 Nov 2004 bla blubb  
11 Dec 2005 omar awad  
30 Dec 2005 Vladimir Kolesnikov

I get the following error trying to process a 32 k-bytes binary file.

precessing..BWT Transform
??? Error using ==> unknown
Maximum variable size allowed by the program is exceeded.

Error in ==> bwtenc at 40
to_sort=zeros(length(a),length(a));

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
transforms Imran Akthar 22 Oct 2008 07:19:40
burrows wheeler transformation Imran Akthar 22 Oct 2008 07:19:40
bwtenc Imran Akthar 22 Oct 2008 07:19:40
bwtdec Imran Akthar 22 Oct 2008 07:19:40
bwt Imran Akthar 22 Oct 2008 07:19:40
transformation Imran Akthar 22 Oct 2008 07:19:40
t Imran Akthar 22 Oct 2008 07:19:40

Contact us at files@mathworks.com