CE Addon
Synopsis
CE Addon is a collection of Lua scripts to solve Communications Engineering problems.Features
Since I'm lazy I usually only do what's needed. Same here.If you are missing something, code it and feel free to contact me if you want your addition to be included.
Huffman Coding
- Tree generation from probability weighted input values
- Printout of the Hamming-Tree (ASCII sideways)
- Code generation from Huffman-Tree
- Statistics
Basic Hamming Coding
- Generation of en/decoding matrices
- Correction of one bit transmission errors
Miscellaneous
- Multiplication of binary matrices
Bugs
Very likely.I'm not totally sure if the Hamming-Code error correction works 100%.
The documentation is very poor (as in, non existant).
Everything works on a garbage-in, garbage-out basis.
Dependencies
CPLua 0.8c (local mirror)LuaNumAn 1.3 (included)
Download
Latest:LuaNumAn_130_CEAddons_0_2.mcs.zip
Older versions:
LuaNumAn_130_CEAddons.mcs.zip
Changelog
2006-06-27 CEAddon 0.2- Cleaned up _a lot_, now all files that belong to each other exclusivly should be in one single file
2006-03-12 CEAddon 0.1
- Initial release
