Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_fft_3d< T > Struct Template Reference

#include <vnl_fft_3d.h>

List of all members.

Public Types

typedef vnl_fft_base< 3, T > base

Public Member Functions

 vnl_fft_3d (int M, int N, int Q)
void transform (vnl_matrix< vcl_complex< T > > &signal, int dir)
void fwd_transform (vnl_matrix< vcl_complex< T > > &signal)
void bwd_transform (vnl_matrix< vcl_complex< T > > &signal)
unsigned rows () const
unsigned cols () const


Detailed Description

template<class T>
struct vnl_fft_3d< T >

In-place 3D fast fourier transform.

Definition at line 20 of file vnl_fft_3d.h.


Member Typedef Documentation

template<class T>
typedef vnl_fft_base<3, T> vnl_fft_3d< T >::base
 

Definition at line 22 of file vnl_fft_3d.h.


Constructor & Destructor Documentation

template<class T>
vnl_fft_3d< T >::vnl_fft_3d int  M,
int  N,
int  Q
[inline]
 

constructor takes size of signal. Definition at line 26 of file vnl_fft_3d.h.


Member Function Documentation

template<class T>
void vnl_fft_3d< T >::bwd_transform vnl_matrix< vcl_complex< T > > &  signal  )  [inline]
 

backward (inverse) FFT. Definition at line 44 of file vnl_fft_3d.h.

template<class T>
unsigned vnl_fft_3d< T >::cols  )  const [inline]
 

Definition at line 50 of file vnl_fft_3d.h.

template<class T>
void vnl_fft_3d< T >::fwd_transform vnl_matrix< vcl_complex< T > > &  signal  )  [inline]
 

forward FFT. Definition at line 39 of file vnl_fft_3d.h.

References vnl_fft_3d< T >::transform().

template<class T>
unsigned vnl_fft_3d< T >::rows  )  const [inline]
 

return size of signal. Definition at line 49 of file vnl_fft_3d.h.

template<class T>
void vnl_fft_3d< T >::transform vnl_matrix< vcl_complex< T > > &  signal,
int  dir
[inline]
 

dir = +1/-1 according to direction of transform. Definition at line 34 of file vnl_fft_3d.h.

Referenced by vnl_fft_3d< T >::fwd_transform().


The documentation for this struct was generated from the following file:
Generated at Sun Apr 1 02:48:27 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000