view CITATION @ 26249:78c4aadfbfd9

movfun.m, movslice.m: Add support for even-size, asymmetric windows for Matlab compatibility. * movfun.m: Rewrite documentation about scalar window length WLEN and provide many example usages. Remove input validation check for symmetric window. Remove BIST test checking for error when given an asymmetric WLEN. * movslice.m: Remove input validation check for symmetric window. Detect whether scalar WLEN is even or odd. Add new calculation for indices of asymmetric window. Remove BIST test checking for error when given an asymmetric WLEN.
author Rik <rik@octave.org>
date Sun, 16 Dec 2018 22:24:10 -0800
parents 1f46d371968c
children 9644c0b7efd8
line wrap: on
line source

To cite GNU Octave in publications use:

  John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2018).
  GNU Octave version 4.4.1 manual: a high-level interactive language for
  numerical computations.
  URL https://www.gnu.org/software/octave/doc/v4.4.1/

A BibTeX entry for LaTeX users is:

  @manual{,
    title     = {{GNU Octave} version 4.4.0 manual: a high-level interactive language for numerical computations},
    author    = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
    year      = {2018},
    url       = {https://www.gnu.org/software/octave/doc/v4.4.1/},
  }

We have invested a lot of time and effort in creating GNU Octave, please
cite it when using it.  See also `citation pkgname' for citing Octave
packages.