NAME

set_fftw_style - Sets the style of transforms wrapped from the fftw library

SYNOPSIS

#include "wrap_fftw/wrap_fftw.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


void set_fftw_style(Wrap_fftw_style fftw_style);

DESCRIPTION

This routine sets the style of transforms from the fftw library. The default behaviour of the wrapped fftw routines is simply to pass back the transform computed by the fftw library. However, it is sometimes more convenient to normalize the transforms, or match what Matlab does. This function sets an internal variable to choose among these. The argument is one of FFTW_DEFAULT_STYLE, FFTW_NORMALIZE_STYLE, or FFTW_MATLAB_STYLE.

REFERENCES

http://www.fftw.org/

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

get_matrix_dct , get_matrix_inverse_dct , get_matrix_dft , get_matrix_inverse_dft , get_vector_dft