NAME

boxconv - smooth by apllying box filter


SYNOPSIS

call boxconv(nb,nx,xx,yy)


INPUT PARAMETERS

nb - integer
      box length
nx - integer
      data length
xx - real(nx)
      input data


OUTPUT PARAMETERS

yy - real(nx+nb-1)
      smoothed data


DESCRIPTION

 Smooths data by applying box filter


SEE ALSO

Smooth


LIBRARY

sepfilterf90