41 WIN_BLACKMAN_hARRIS = 5,
42 WIN_BLACKMAN_HARRIS = 5,
50 static std::vector<float> coswindow(
int ntaps,
float c0,
float c1,
float c2);
55 static std::vector<float> coswindow(
int ntaps,
float c0,
float c1,
float c2,
float c3);
60 static std::vector<float> coswindow(
int ntaps,
float c0,
float c1,
float c2,
float c3,
float c4);
69 static std::vector<float> rectangular(
int ntaps);
83 static std::vector<float> hamming(
int ntaps);
97 static std::vector<float> hann(
int ntaps);
104 static std::vector<float> hanning(
int ntaps);
118 static std::vector<float> blackman(
int ntaps);
123 static std::vector<float> blackman2(
int ntaps);
128 static std::vector<float> blackman3(
int ntaps);
133 static std::vector<float> blackman4(
int ntaps);
149 static std::vector<float> blackman_harris(
int ntaps,
int atten=92);
154 static std::vector<float> blackmanharris(
int ntaps,
int atten=92);
163 static std::vector<float> nuttal(
int ntaps);
170 static std::vector<float> blackman_nuttal(
int ntaps);
179 static std::vector<float> nuttal_cfd(
int ntaps);
188 static std::vector<float> flattop(
int ntaps);
204 static std::vector<float> kaiser(
int ntaps,
double beta);
218 static std::vector<float> bartlett(
int ntaps);
220 static std::vector<float> welch(
int ntaps);
233 static std::vector<float> parzen(
int ntaps);
243 static std::vector<float> exponential(
int ntaps,
double d);
256 static std::vector<float> riemann(
int ntaps);
266 static std::vector<float> build(win_type type,
int ntaps,
double beta);
#define FFT_API
Definition: gr-fft/include/gnuradio/fft/api.h:30
win_type
Definition: window.h:34