BWT encoder and decoder

bwtenc bwtdec
3,8K Downloads
Aktualisiert 13. Mai 2004

Keine Lizenz

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

Zitieren als

Imran Akthar (2024). BWT encoder and decoder (https://www.mathworks.com/matlabcentral/fileexchange/4904-bwt-encoder-and-decoder), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Audio Processing Algorithm Design finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

bwt_matlab_code/

Version Veröffentlicht Versionshinweise
1.0.0.0