Description: Implementation for Lempel-Ziv code.
Encoder and decoder are separated. The input is a file and the output is written in another file.
- [zlib123] - The deflation algorithm used by gzip (al
- [ZFE] - Zero-forcing Equalizer
- [Alamouti] - Alamouti transmit diversity
- [lempel-ziv] - lempel-ziv algorithm
File list (Check if you may need any files):
LZW.cpp
LZW.h
main.cpp