comparison doc/interpreter/interp.txi @ 19596:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 1c4994e66962 446c46af4b42
children 4197fc428c7d
comparison
equal deleted inserted replaced
19592:37d37297acf8 19596:0e1f5a750d00
4 @c 4 @c
5 @c Octave is free software; you can redistribute it and/or modify it 5 @c Octave is free software; you can redistribute it and/or modify it
6 @c under the terms of the GNU General Public License as published by the 6 @c under the terms of the GNU General Public License as published by the
7 @c Free Software Foundation; either version 3 of the License, or (at 7 @c Free Software Foundation; either version 3 of the License, or (at
8 @c your option) any later version. 8 @c your option) any later version.
9 @c 9 @c
10 @c Octave is distributed in the hope that it will be useful, but WITHOUT 10 @c Octave is distributed in the hope that it will be useful, but WITHOUT
11 @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 @c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 @c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 @c for more details. 13 @c for more details.
14 @c 14 @c
15 @c You should have received a copy of the GNU General Public License 15 @c You should have received a copy of the GNU General Public License
16 @c along with Octave; see the file COPYING. If not, see 16 @c along with Octave; see the file COPYING. If not, see
17 @c <http://www.gnu.org/licenses/>. 17 @c <http://www.gnu.org/licenses/>.
18 18
19 @node Interpolation 19 @node Interpolation
69 The result of which can be seen in @ref{fig:interpderiv1} and 69 The result of which can be seen in @ref{fig:interpderiv1} and
70 @ref{fig:interpderiv2}. 70 @ref{fig:interpderiv2}.
71 71
72 @float Figure,fig:interpderiv1 72 @float Figure,fig:interpderiv1
73 @center @image{interpderiv1,4in} 73 @center @image{interpderiv1,4in}
74 @caption{Comparison of @qcode{"pchip"} and @qcode{"spline"} interpolation methods for a 74 @caption{Comparison of @qcode{"pchip"} and @qcode{"spline"} interpolation methods for a
75 step function} 75 step function}
76 @end float 76 @end float
77 77
78 @float Figure,fig:interpderiv2 78 @float Figure,fig:interpderiv2
79 @center @image{interpderiv2,4in} 79 @center @image{interpderiv2,4in}
80 @caption{Comparison of the second derivative of the @qcode{"pchip"} and @qcode{"spline"} 80 @caption{Comparison of the second derivative of the @qcode{"pchip"} and @qcode{"spline"}
81 interpolation methods for a step function} 81 interpolation methods for a step function}
82 @end float 82 @end float
83 @end ifnotinfo 83 @end ifnotinfo
84 84
85 Fourier interpolation, is a resampling technique where a signal is 85 Fourier interpolation, is a resampling technique where a signal is