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

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZ77

This repository contains the simple implementation of Data Compression Technique LZ77 implemented in Matlab

To use it, clone https://github.com/shripalindia/LZ77.git to your Matlab Projects folder or to run it directly, open the LZ77.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 LZ77_Input.txt file, and write the output to the LZ77_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, LZ78 and LZSS are also been implemented in Matlab.

Their link is as follows:

Hope that this simple implementation of LZ77 in Matlab helps you.

About

This repository contains the Data Compression Technique LZ77 implemented in Matlab

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages