psVectorFFT.h File Reference

#include "psVector.h"

Include dependency graph for psVectorFFT.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  psFFTFlags { PS_FFT_FORWARD = 1, PS_FFT_REVERSE = 2, PS_FFT_REAL_RESULT = 4 }
 Specify direction of FFT. More...

Functions

psVectorpsVectorFFT (psVector *out, const psVector *in, psFFTFlags direction)
 Forward and reverse FFT calculations.
psVectorpsVectorReal (psVector *out, const psVector *in)
 extract the real portion of a complex vector
psVectorpsVectorImaginary (psVector *out, const psVector *in)
 extract the imaginary portion of a complex vector
psVectorpsVectorComplex (psVector *out, const psVector *real, const psVector *imag)
 creates a complex vector from separate real and imaginary vectors
psVectorpsVectorConjugate (psVector *out, const psVector *in)
 computes the complex conjugate of a vector
psVectorpsVectorPowerSpectrum (psVector *out, const psVector *in)
 computes the power spectrum of a vector


Generated on Fri Feb 2 22:25:48 2007 for pslib by  doxygen 1.5.1