#include <gr_fft.h>
Public Member Functions | |
gr_fft_real (int fft_size) | |
virtual | ~gr_fft_real () |
float * | get_inbuf () const |
gr_complex * | 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. |
|
|
|
|
|
|
|
|