Home > freetb4matlab > comm > lz77deco.m

lz77deco

PURPOSE ^

% Lempel-Ziv 77 source algorithm decoding implementation. Where

SYNOPSIS ^

function m = lz77deco(c, alph, la, n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{m} =} lz77deco (@var{c}, @var{alph}, @var{la}, @var{n})
% Lempel-Ziv 77 source algorithm decoding implementation. Where
%
% @table @asis
% @item @var{m}
% message decoded (1xN).
% @item @var{c}
% encoded message (Mx3).
% @item @var{alph}
% size of alphabet.
% @item @var{la}
% lookahead buffer size.
% @item @var{n}
% sliding window buffer size.
% @end table
% @seealso{lz77enco}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003