#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 () |
|
|
|
|
|
compute FFT. The input comes from inbuf, the output is placed in outbuf. |
|
|
|
|
|
|
|
|