#include <vnl_fft_base.h>
Inheritance diagram for vnl_fft_base:
Public Methods | |
vnl_fft_base () | |
void | transform (vcl_complex< T > *signal, int dir) |
Protected Attributes | |
vnl_fft_prime_factors< T > | factors_ [D] |
Definition at line 14 of file vnl_fft_base.h.
|
Definition at line 16 of file vnl_fft_base.h. |
|
dir = +1/-1 according to direction of transform. |
|
prime factorizations of signal dimensions. Definition at line 25 of file vnl_fft_base.h. Referenced by vnl_fft_base< 1, T >::vnl_fft_base(). |