Navigation

Operators and Keywords

Function List:

C++ API

fftn.cc File Reference

#include "lo-mappers.h"
#include "defun-dld.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.h"

Include dependency graph for fftn.cc:


Defines

#define FFTSRC   "@sc{fftpack}"

Functions

 DEFUN_DLD (fftn, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} fftn (@var{a}, @var{size})\n\ Compute the N-dimensional FFT of @var{a} using subroutines from\n"FFTSRC". The optional vector argument @var{size} may be used specify the\n\ dimensions of the array to be used. If an element of @var{size} is\n\ smaller than the corresponding dimension, then the dimension is\n\ truncated prior to performing the FFT. Otherwise if an element\n\ of @var{size} is larger than the corresponding dimension @var{a}\n\ is resized and padded with zeros.\n\ @seealso {ifftn, fft, fft2, fftw}\n\ @end deftypefn")
 DEFUN_DLD (ifftn, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} ifftn (@var{a}, @var{size})\n\ Compute the inverse N-dimensional FFT of @var{a} using subroutines from\n"FFTSRC". The optional vector argument @var{size} may be used specify the\n\ dimensions of the array to be used. If an element of @var{size} is\n\ smaller than the corresponding dimension, then the dimension is\n\ truncated prior to performing the inverse FFT. Otherwise if an element\n\ of @var{size} is larger than the corresponding dimension @var{a}\n\ is resized and padded with zeros.\n\ @seealso {fftn, ifft, ifft2, fftw}\n\ @end deftypefn")

Define Documentation

#define FFTSRC   "@sc{fftpack}"


Function Documentation

DEFUN_DLD ( ifftn  ,
args   
)

DEFUN_DLD ( fftn  ,
args   
)