Mercurial > hg > octave-nkf
view doc/interpreter/signal.txi @ 7301:89d546610556 ss-2-9-19
[project @ 2007-12-12 03:56:59 by jwe]
author | jwe |
---|---|
date | Wed, 12 Dec 2007 03:57:00 +0000 |
parents | fd42779a8428 |
children | 7523742aa026 |
line wrap: on
line source
@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2004, 2006, 2007 John W. Eaton @c @c This file is part of Octave. @c @c Octave is free software; you can redistribute it and/or modify it @c under the terms of the GNU General Public License as published by the @c Free Software Foundation; either version 3 of the License, or (at @c your option) any later version. @c @c Octave is distributed in the hope that it will be useful, but WITHOUT @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License @c for more details. @c @c You should have received a copy of the GNU General Public License @c along with Octave; see the file COPYING. If not, see @c <http://www.gnu.org/licenses/>. @node Signal Processing @chapter Signal Processing @DOCSTRING(detrend) @DOCSTRING(fft) @DOCSTRING(fftw) @DOCSTRING(ifft) @DOCSTRING(fft2) @DOCSTRING(ifft2) @DOCSTRING(fftn) @DOCSTRING(ifftn) @DOCSTRING(fftconv) @DOCSTRING(fftfilt) @DOCSTRING(filter) @DOCSTRING(filter2) @DOCSTRING(freqz) @DOCSTRING(freqz_plot) @DOCSTRING(sinc) @DOCSTRING(unwrap) @c FIXME -- someone needs to organize these... @DOCSTRING(arch_fit) @DOCSTRING(arch_rnd) @DOCSTRING(arch_test) @DOCSTRING(arma_rnd) @DOCSTRING(autocor) @DOCSTRING(autocov) @DOCSTRING(autoreg_matrix) @DOCSTRING(bartlett) @DOCSTRING(blackman) @DOCSTRING(diffpara) @DOCSTRING(durbinlevinson) @DOCSTRING(fftshift) @DOCSTRING(ifftshift) @DOCSTRING(fractdiff) @DOCSTRING(hamming) @DOCSTRING(hanning) @DOCSTRING(hurst) @DOCSTRING(pchip) @DOCSTRING(periodogram) @DOCSTRING(rectangle_lw) @DOCSTRING(rectangle_sw) @DOCSTRING(sinetone) @DOCSTRING(sinewave) @DOCSTRING(spectral_adf) @DOCSTRING(spectral_xdf) @DOCSTRING(spencer) @DOCSTRING(stft) @DOCSTRING(synthesis) @DOCSTRING(triangle_lw) @DOCSTRING(triangle_sw) @DOCSTRING(yulewalker)