Home > freetb4matlab > comm > lz77enco.m

lz77enco

PURPOSE ^

% Lempel-Ziv 77 source algorithm implementation. Where

SYNOPSIS ^

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

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{c} =} lz77enco (@var{m}, @var{alph}, @var{la}, @var{n})
% Lempel-Ziv 77 source algorithm implementation. Where
%
% @table @asis
% @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{lz77deco}
% @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