GNU Radio 3.5.1 C++ API
|
FFT: complex in, float out. More...
#include <gri_fft.h>
Public Member Functions | |
gri_fft_real_rev (int fft_size) | |
virtual | ~gri_fft_real_rev () |
gr_complex * | get_inbuf () const |
float * | get_outbuf () const |
int | inbuf_length () const |
int | outbuf_length () const |
void | execute () |
FFT: complex in, float out.
gri_fft_real_rev::gri_fft_real_rev | ( | int | fft_size | ) |
virtual gri_fft_real_rev::~gri_fft_real_rev | ( | ) | [virtual] |
void gri_fft_real_rev::execute | ( | ) |
compute FFT. The input comes from inbuf, the output is placed in outbuf.
gr_complex* gri_fft_real_rev::get_inbuf | ( | ) | const [inline] |
float* gri_fft_real_rev::get_outbuf | ( | ) | const [inline] |
int gri_fft_real_rev::inbuf_length | ( | ) | const [inline] |
int gri_fft_real_rev::outbuf_length | ( | ) | const [inline] |