BWT encoder and decoder

バージョン 1.0.0.0 (4.37 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 Center および MATLAB AnswersAudio 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