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