BWT encoder and decoder

版本 1.0.0.0 (4.4 KB) 作者: Imran Akthar
bwtenc bwtdec
3.8K 次下载
更新时间 2004/5/13

无许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Audio Processing Algorithm Design 的更多信息

Community Treasure Hunt

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

Start Hunting!

bwt_matlab_code/

版本 已发布 发行说明
1.0.0.0