Skip to content
This repository was archived by the owner on Sep 14, 2018. It is now read-only.
/ LZSS Public archive

This repository contains the Data Compression Technique LZSS implemented in Matlab

License

Notifications You must be signed in to change notification settings

gandhishripala/LZSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZSS

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.

About

This repository contains the Data Compression Technique LZSS implemented in Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published