GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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

◆ FFTSRC

#define FFTSRC   "@sc{fftw}"

Definition at line 38 of file fftn.cc.

Function Documentation

◆ do_fftn()

◆ Ffftn()

OCTAVE_EXPORT octave_value_list Ffftn ( const octave_value_list args,
int   
)

Definition at line 142 of file fftn.cc.

Variable Documentation

◆ Otherwise

is truncated prior to performing the FFT Otherwise

Definition at line 142 of file fftn.cc.