FFT: complex in, complex out.
More...
#include <gri_fft.h>
List of all members.
Detailed Description
FFT: complex in, complex out.
Constructor & Destructor Documentation
gri_fft_complex::gri_fft_complex |
( |
int |
fft_size, |
|
|
bool |
forward = true | |
|
) |
| | |
virtual gri_fft_complex::~gri_fft_complex |
( |
|
) |
[virtual] |
Member Function Documentation
void gri_fft_complex::execute |
( |
|
) |
|
compute FFT. The input comes from inbuf, the output is placed in outbuf.
gr_complex* gri_fft_complex::get_inbuf |
( |
|
) |
const [inline] |
gr_complex* gri_fft_complex::get_outbuf |
( |
|
) |
const [inline] |
int gri_fft_complex::inbuf_length |
( |
|
) |
const [inline] |
int gri_fft_complex::outbuf_length |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file: