Description: Arithmetic coding matlab program, mainly used to compress txt text (text which is in English characters), the main document is encoder.m and decoder.com, and updated with probability, the most important thing is to consider before a symbol, the use of entropy coding .
To Search:
File list (Check if you may need any files):
算数码-两个\CloseInputBitFile.m
...........\CloseOutputBitFile.m
...........\decoder_m.m
...........\decode_symbol.m
...........\encoder_m.m
...........\encode_symbol.m
...........\flush_arithmetic_encoder.m
...........\initialize_arithmetic_decoder.m
...........\initialize_arithmetic_encoder.m
...........\OpenInputBitFile.m
...........\OpenOutputBitFile.m
...........\pride_m.TXT
算数码-两个