BWT encoder and decoder

bwtenc bwtdec
3,8K téléchargements
Mise à jour 13 mai 2004

Aucune licence

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Audio Processing Algorithm Design dans Help Center et 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 Publié le Notes de version
1.0.0.0