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