comparison src/DLD-FUNCTIONS/fftn.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents eb63fbe60fab
children bd8e388043c4
comparison
equal deleted inserted replaced
9063:a6cf0ad87eee 9064:7c02ec148a3c
153 "-*- texinfo -*-\n\ 153 "-*- texinfo -*-\n\
154 @deftypefn {Loadable Function} {} fftn (@var{a}, @var{size})\n\ 154 @deftypefn {Loadable Function} {} fftn (@var{a}, @var{size})\n\
155 Compute the N-dimensional FFT of @var{a} using subroutines from\n" 155 Compute the N-dimensional FFT of @var{a} using subroutines from\n"
156 FFTSRC 156 FFTSRC
157 ". The optional vector argument @var{size} may be used specify the\n\ 157 ". The optional vector argument @var{size} may be used specify the\n\
158 dimensions of the array to be used. If an element of @var{size} is\n\ 158 dimensions of the array to be used. If an element of @var{size} is\n\
159 smaller than the corresponding dimension, then the dimension is\n\ 159 smaller than the corresponding dimension, then the dimension is\n\
160 truncated prior to performing the FFT. Otherwise if an element\n\ 160 truncated prior to performing the FFT. Otherwise if an element\n\
161 of @var{size} is larger than the corresponding dimension @var{a}\n\ 161 of @var{size} is larger than the corresponding dimension @var{a}\n\
162 is resized and padded with zeros.\n\ 162 is resized and padded with zeros.\n\
163 @seealso {ifftn, fft, fft2, fftw}\n\ 163 @seealso {ifftn, fft, fft2, fftw}\n\
164 @end deftypefn") 164 @end deftypefn")
165 { 165 {
170 "-*- texinfo -*-\n\ 170 "-*- texinfo -*-\n\
171 @deftypefn {Loadable Function} {} ifftn (@var{a}, @var{size})\n\ 171 @deftypefn {Loadable Function} {} ifftn (@var{a}, @var{size})\n\
172 Compute the inverse N-dimensional FFT of @var{a} using subroutines from\n" 172 Compute the inverse N-dimensional FFT of @var{a} using subroutines from\n"
173 FFTSRC 173 FFTSRC
174 ". The optional vector argument @var{size} may be used specify the\n\ 174 ". The optional vector argument @var{size} may be used specify the\n\
175 dimensions of the array to be used. If an element of @var{size} is\n\ 175 dimensions of the array to be used. If an element of @var{size} is\n\
176 smaller than the corresponding dimension, then the dimension is\n\ 176 smaller than the corresponding dimension, then the dimension is\n\
177 truncated prior to performing the inverse FFT. Otherwise if an element\n\ 177 truncated prior to performing the inverse FFT. Otherwise if an element\n\
178 of @var{size} is larger than the corresponding dimension @var{a}\n\ 178 of @var{size} is larger than the corresponding dimension @var{a}\n\
179 is resized and padded with zeros.\n\ 179 is resized and padded with zeros.\n\
180 @seealso {fftn, ifft, ifft2, fftw}\n\ 180 @seealso {fftn, ifft, ifft2, fftw}\n\
181 @end deftypefn") 181 @end deftypefn")
182 { 182 {