Mercurial > hg > octave-image
comparison inst/fspecial.m @ 676:71a92303203d
image: change enconding to UTF-8
author | carandraug |
---|---|
date | Sun, 11 Nov 2012 13:33:52 +0000 |
parents | 81388819d69a |
children | f1cf02800a87 |
comparison
equal
deleted
inserted
replaced
675:a32f81761dd1 | 676:71a92303203d |
---|---|
1 ## Copyright (C) 2005 Søren Hauberg <soren@hauberg.org> | 1 ## Copyright (C) 2005 Søren Hauberg <soren@hauberg.org> |
2 ## | 2 ## |
3 ## This program is free software; you can redistribute it and/or modify it under | 3 ## This program is free software; you can redistribute it and/or modify it under |
4 ## the terms of the GNU General Public License as published by the Free Software | 4 ## the terms of the GNU General Public License as published by the Free Software |
5 ## Foundation; either version 3 of the License, or (at your option) any later | 5 ## Foundation; either version 3 of the License, or (at your option) any later |
6 ## version. | 6 ## version. |
87 ## -5, -5, -5 ] | 87 ## -5, -5, -5 ] |
88 ## @end example | 88 ## @end example |
89 ## @end table | 89 ## @end table |
90 ## @end deftypefn | 90 ## @end deftypefn |
91 | 91 |
92 ## Remarks by Søren Hauberg (jan. 2nd 2007) | 92 ## Remarks by Søren Hauberg (jan. 2nd 2007) |
93 ## The motion filter and most of the documentation was taken from Peter Kovesi's | 93 ## The motion filter and most of the documentation was taken from Peter Kovesi's |
94 ## GPL'ed implementation of fspecial from | 94 ## GPL'ed implementation of fspecial from |
95 ## http://www.csse.uwa.edu.au/~pk/research/matlabfns/OctaveCode/fspecial.m | 95 ## http://www.csse.uwa.edu.au/~pk/research/matlabfns/OctaveCode/fspecial.m |
96 | 96 |
97 function f = fspecial (type, arg1, arg2) | 97 function f = fspecial (type, arg1, arg2) |