Revision 1933148c gnuradio-core/src/lib/filter/gr_fft_filter_fff.h
| b/gnuradio-core/src/lib/filter/gr_fft_filter_fff.h | ||
|---|---|---|
| 28 | 28 |
typedef boost::shared_ptr<gr_fft_filter_fff> gr_fft_filter_fff_sptr; |
| 29 | 29 |
gr_fft_filter_fff_sptr gr_make_fft_filter_fff (int decimation, const std::vector<float> &taps); |
| 30 | 30 |
|
| 31 |
class gri_fft_filter_fff; |
|
| 31 |
class gri_fft_filter_fff_generic;
|
|
| 32 | 32 |
|
| 33 | 33 |
/*! |
| 34 | 34 |
* \brief Fast FFT filter with float input, float output and float taps |
| ... | ... | |
| 41 | 41 |
|
| 42 | 42 |
int d_nsamples; |
| 43 | 43 |
bool d_updated; |
| 44 |
gri_fft_filter_fff *d_filter;
|
|
| 44 |
gri_fft_filter_fff_generic *d_filter;
|
|
| 45 | 45 |
std::vector<float> d_new_taps; |
| 46 | 46 |
|
| 47 | 47 |
/*! |
Also available in: Unified diff