#include <gr_fft_vfc.h>
#include <gr_io_signature.h>
#include <gri_fft.h>
#include <math.h>
#include <stdexcept>
#include <string.h>
Functions | |
gr_fft_vfc_sptr | gr_make_fft_vfc (int fft_size, bool forward, const std::vector< float > window) |
gr_fft_vfc_sptr gr_make_fft_vfc | ( | int | fft_size, | |
bool | forward, | |||
const std::vector< float > | window | |||
) |
Referenced by _wrap_fft_vfc().