|
GNU Radio 3.6.4.2 C++ API
|
#include <fir_filter.h>
Public Member Functions | |
| fir_filter_fff (int decimation, const std::vector< float > &taps) | |
| ~fir_filter_fff () | |
| void | set_taps (const std::vector< float > &taps) |
| 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) |
Protected Attributes | |
| std::vector< float > | d_taps |
| unsigned int | d_ntaps |
| float ** | d_aligned_taps |
| float * | d_output |
| int | d_align |
| int | d_naligned |
| gr::filter::kernel::fir_filter_fff::fir_filter_fff | ( | int | decimation, |
| const std::vector< float > & | taps | ||
| ) |
| 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 |
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] |