package sim.app.lsystem;
public class ByteList implements java.io.Serializable
{
public byte[] b;
public int length = 0;
ByteList()
{
b = new byte[16];
}
% y = sovfilt(h,x,L1,L2)
% Returns the response of the nonlinear second
% order Volterra filter h when the signal x is
% applied at the filter input. L1 is the memory
% length of th
% [k,w,b,u,P,y,e]=asptarlmsnewt(k,w,x,b,u,P,d,mu_p,mu_w,maxk)
%
% Efficient implementation of the LMS-Newton algorithm.
% ARLMSNEWT uses autoregressive modeling of length M