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