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