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
fft.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 fft.cc:

Go to the source code of this file.

Macros

#define FFTSRC   "@sc{fftw}"
 

Functions

static octave_value do_fft (const octave_value_list &args, const char *fcn, int type)
 
OCTAVE_EXPORT octave_value_list Ffft (const octave_value_list &args, int) ode
 

Variables

computes the FFT for each column of ar {x}. If called with two arguments
 

Macro Definition Documentation

#define FFTSRC   "@sc{fftw}"

Definition at line 37 of file fft.cc.

Function Documentation

static octave_value do_fft ( const octave_value_list args,
const char *  fcn,
int  type 
)
static
OCTAVE_EXPORT octave_value_list Ffft ( const octave_value_list args,
int   
)

Definition at line 207 of file fft.cc.

References do_fft().

Referenced by install_fft_fcns().

Variable Documentation

computes the FFT for each column of or an empty matrix to specify that its value should be ignored If then if then ar {x}. If called with two arguments

Definition at line 207 of file fft.cc.