|
GNU Radio 3.6.1 C++ API
|
FFT: complex in, float out
. More...
#include <fft.h>
Public Member Functions | |
| fft_real_rev (int fft_size, int nthreads=1) | |
| virtual | ~fft_real_rev () |
| gr_complex * | get_inbuf () const |
| float * | get_outbuf () const |
| int | inbuf_length () const |
| int | outbuf_length () const |
| void | set_nthreads (int n) |
| int | nthreads () const |
| void | execute () |
FFT: complex in, float out
.
| gr::fft::fft_real_rev::fft_real_rev | ( | int | fft_size, |
| int | nthreads = 1 |
||
| ) |
|
virtual |
| void gr::fft::fft_real_rev::execute | ( | ) |
compute FFT. The input comes from inbuf, the output is placed in outbuf.
|
inline |
|
inline |
|
inline |
|
inline |
Get the number of threads being used by FFTW
|
inline |
| void gr::fft::fft_real_rev::set_nthreads | ( | int | n | ) |
Set the number of threads to use for caclulation.