#include <fft_vcc_fftw.h>
List of all members.
Additional Inherited Members |
typedef boost::shared_ptr
< fft_vcc > | sptr |
static sptr | make (int fft_size, bool forward, const std::vector< float > &window, bool shift=false, int nthreads=1) |
| Compute forward or reverse FFT. complex vector in / complex vector out.
.
|
Constructor & Destructor Documentation
gr::fft::fft_vcc_fftw::fft_vcc_fftw |
( |
int |
fft_size, |
|
|
bool |
forward, |
|
|
const std::vector< float > & |
window, |
|
|
bool |
shift, |
|
|
int |
nthreads = 1 |
|
) |
| |
gr::fft::fft_vcc_fftw::~fft_vcc_fftw |
( |
| ) |
|
Member Function Documentation
int gr::fft::fft_vcc_fftw::nthreads |
( |
| ) |
const |
|
virtual |
void gr::fft::fft_vcc_fftw::set_nthreads |
( |
int |
n | ) |
|
|
virtual |
bool gr::fft::fft_vcc_fftw::set_window |
( |
const std::vector< float > & |
window | ) |
|
|
virtual |
The documentation for this class was generated from the following file: