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

◆ FFTSRC

#define FFTSRC   "@sc{fftw}"

Definition at line 37 of file fft.cc.

Function Documentation

◆ do_fft()

◆ Ffft()

OCTAVE_EXPORT octave_value_list Ffft ( const octave_value_list args,
int   
)

Definition at line 207 of file fft.cc.

References do_fft().

Variable Documentation

◆ ar

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.