Skip to content

tchandrahas/LZW-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

LZW-encoding

Matlab Implementation of LZW-encoding(Dictionary encoding), this code encodes in process of encoding the given codeword creates a dictionary of codeword patterns and input codeword is encoded into these dictionary entries, decoding part would be like looking up from entries of encoded codeword into dictionary created

About

Matlab Implementation of LZW-encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages