Run Length Encoding

Run Length Encoding - Loss less Coding Technique
1,1K download
Aggiornato 5 giu 2014

Visualizza la licenza

% rleenc - Run Length Encoding Algorithm
% rleenc - function performs run length encoding for binary input sequence.
% ins - input sequence
% enc - encoded output
%
% For example, x=randint(1,10,[0 1]);
% Will give you a random sequence
% having only zeros and ones.
% enc=rleenc(x);
%
% developed by Suraj Kamya
% contact me: kamyasuraj@yahoo.com

Cita come

Suraj Kamya (2024). Run Length Encoding (https://www.mathworks.com/matlabcentral/fileexchange/46865-run-length-encoding), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0