Arithmetic_coder_de​coder

Version 1.0.0.0 (1.68 KB) by SAAD
Arithmetic_coder_decoder
294 Downloads
Updated 10 Apr 2013

View License

Implement both a Static arithmetic coder and decoder in
Matlab. Pseudo code is present on slides, algorithmworking is discussed in class.
When your M-file is run, it should first ask the user to input:
• The number of symbols (program can indicate max possible),
• The probability of occurrence of each symbol (Used skewed probabilities, some
symbols probability should be much higher than others, this is what makes
arithmetic coding more efficient).
• Whether the user wants the coder application or thedecoder application
• If the user wants the coder application: the program should request message block
length and respective symbols in order (program canindicate max possible)
• If the user wants the decoder application: then theprogram should request
arithmetic value
For the coder application, the executed code shouldreturn the encoded arithmetic value
and display all encoding steps
For the decoder application, the executed code should return the symbol sequence and
display all decoding steps.
You are to ensure you program parameters are indicated by you for the user so that it
works within the working mathematical precision of Matlab and PCs.

Cite As

SAAD (2024). Arithmetic_coder_decoder (https://www.mathworks.com/matlabcentral/fileexchange/41217-arithmetic_coder_decoder), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Encryption / Cryptography in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0