FFT library

$Id: fft.html,v 1.6 2002/04/25 06:13:53 cperciva Exp $

Functions:

Usage

Legal


Functions:


void fft_makelut(double * LUT,uint32 size)


void fft_makeraclut(double * LUT,uint32 size)


void fft_racw(double * DAT,uint32 size,uint32 stride,double * LUT)


void fft_fft(double * DAT,uint32 size,double * LUT)


void fft_mulpw(double * A,double * B,double * C,uint32 size)


void fft_ifft(double * DAT,uint32 size,double * LUT)


void fft_iracw(double * DAT,uint32 size,uint32 stride,double * LUT)


void fft_normalize(double * DAT,uint32 size)

Usage:

Notes:

Typical usage:

Floating-point errors

Threaded safeness:

Legal

Copyright:

  Copyright 2002 Colin Percival and the University of Oxford

  Copyright in this software is held by the University of Oxford
  and Colin Percival. Both the University of Oxford and Colin Percival
  have agreed that this software may be distributed free of charge and
  in accordance with the attached licence.

  The above notwithstanding, in order that the University as a
  charitable foundation protects its assets for the benefit of its
  educational and research purposes, the University makes clear that no
  condition is made or to be implied, nor is any warranty given or to
  be implied, as to the proper functioning of this work, or that it
  will be suitable for any particular purpose or for use under any
  specific conditions.  Furthermore, the University disclaims all
  responsibility for any use which is made of this work.

  For the terms under which this work may be distributed, please see
  the adjoining file "LICENSE".