GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions | Variables
fftn.cc File Reference
#include "lo-mappers.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "utils.h"
Include dependency graph for fftn.cc:

Go to the source code of this file.

Macros

#define FFTSRC   "@sc{fftw}"
 

Functions

static octave_value do_fftn (const octave_value_list &args, const char *fcn, int type)
 
OCTAVE_EXPORT octave_value_list Ffftn (const octave_value_list &args, int) then the dimension of ar
 

Variables

is truncated prior to
performing the FFT 
Otherwise
 

Macro Definition Documentation

#define FFTSRC   "@sc{fftw}"

Definition at line 38 of file fftn.cc.

Function Documentation

static octave_value do_fftn ( const octave_value_list args,
const char *  fcn,
int  type 
)
static
OCTAVE_EXPORT octave_value_list Ffftn ( const octave_value_list args,
int   
)

Definition at line 142 of file fftn.cc.

Referenced by install_fftn_fcns().

Variable Documentation

is truncated prior to performing the FFT Otherwise

Definition at line 142 of file fftn.cc.