FFT: complex in, float out.
More...
#include <gnuradio/fft/fft.h>
FFT: complex in, float out.
◆ fft_real_rev()
gr::fft::fft_real_rev::fft_real_rev |
( |
int |
fft_size, |
|
|
int |
nthreads = 1 |
|
) |
| |
◆ ~fft_real_rev()
virtual gr::fft::fft_real_rev::~fft_real_rev |
( |
| ) |
|
|
virtual |
◆ execute()
void gr::fft::fft_real_rev::execute |
( |
| ) |
|
compute FFT. The input comes from inbuf, the output is placed in outbuf.
◆ get_inbuf()
gr_complex* gr::fft::fft_real_rev::get_inbuf |
( |
| ) |
const |
|
inline |
◆ get_outbuf()
float* gr::fft::fft_real_rev::get_outbuf |
( |
| ) |
const |
|
inline |
◆ inbuf_length()
int gr::fft::fft_real_rev::inbuf_length |
( |
| ) |
const |
|
inline |
◆ nthreads()
int gr::fft::fft_real_rev::nthreads |
( |
| ) |
const |
|
inline |
Get the number of threads being used by FFTW
◆ outbuf_length()
int gr::fft::fft_real_rev::outbuf_length |
( |
| ) |
const |
|
inline |
◆ set_nthreads()
void gr::fft::fft_real_rev::set_nthreads |
( |
int |
n | ) |
|
Set the number of threads to use for caclulation.
The documentation for this class was generated from the following file: