This repository contains the simple implementation of Data Compression Technique LZSS implemented in Matlab
To use it, clone https://github.com/shripalindia/LZSS.git to your Matlab Projects folder or to run it directly, open the LZSS.m in your Matlab and run from it. A prompt will appear. Click on "Add to Path" button and the program will execute.
This Program will take it's input String from LZSS_Input.txt file, and write the output to the LZSS_Output.txt file. Also, you set the option if you want to display the String in the Output. This string will not be written to the output file. It will only be displayed in Matlab.
The other two methods, LZ77 and LZ78 are also been implemented in Matlab.
Their link is as follows:
Hope that this simple implementation of LZSS in Matlab helps you.