#include <gnuradio/filter/fir_filter.h>
◆ fir_filter_ccc()
gr::filter::kernel::fir_filter_ccc::fir_filter_ccc |
( |
int |
decimation, |
|
|
const std::vector< gr_complex > & |
taps |
|
) |
| |
◆ ~fir_filter_ccc()
gr::filter::kernel::fir_filter_ccc::~fir_filter_ccc |
( |
| ) |
|
◆ filter()
◆ filterN()
void gr::filter::kernel::fir_filter_ccc::filterN |
( |
gr_complex |
output[], |
|
|
const gr_complex |
input[], |
|
|
unsigned long |
n |
|
) |
| |
◆ filterNdec()
void gr::filter::kernel::fir_filter_ccc::filterNdec |
( |
gr_complex |
output[], |
|
|
const gr_complex |
input[], |
|
|
unsigned long |
n, |
|
|
unsigned int |
decimate |
|
) |
| |
◆ ntaps()
unsigned int gr::filter::kernel::fir_filter_ccc::ntaps |
( |
| ) |
const |
◆ set_taps()
void gr::filter::kernel::fir_filter_ccc::set_taps |
( |
const std::vector< gr_complex > & |
taps | ) |
|
◆ taps()
std::vector<gr_complex> gr::filter::kernel::fir_filter_ccc::taps |
( |
| ) |
const |
◆ update_tap()
void gr::filter::kernel::fir_filter_ccc::update_tap |
( |
gr_complex |
t, |
|
|
unsigned int |
index |
|
) |
| |
◆ d_align
int gr::filter::kernel::fir_filter_ccc::d_align |
|
protected |
◆ d_aligned_taps
gr_complex** gr::filter::kernel::fir_filter_ccc::d_aligned_taps |
|
protected |
◆ d_naligned
int gr::filter::kernel::fir_filter_ccc::d_naligned |
|
protected |
◆ d_ntaps
unsigned int gr::filter::kernel::fir_filter_ccc::d_ntaps |
|
protected |
◆ d_output
gr_complex* gr::filter::kernel::fir_filter_ccc::d_output |
|
protected |
◆ d_taps
std::vector<gr_complex> gr::filter::kernel::fir_filter_ccc::d_taps |
|
protected |
The documentation for this class was generated from the following file: