armv7_a using NEON coprocessor version of gr_fir_ccf
More...
#include <gr_fir_ccf_armv7_a.h>
armv7_a using NEON coprocessor version of gr_fir_ccf
gr_fir_ccf_armv7_a::gr_fir_ccf_armv7_a |
( |
| ) |
|
gr_fir_ccf_armv7_a::gr_fir_ccf_armv7_a |
( |
const std::vector< float > & |
taps | ) |
|
gr_fir_ccf_armv7_a::~gr_fir_ccf_armv7_a |
( |
| ) |
|
compute a single output value.
input
must have ntaps() valid entries. input[0] .. input[ntaps() - 1] are referenced to compute the output value.
- Returns
- the filtered input value.
Reimplemented from gr_fir_ccf_generic.
virtual void gr_fir_ccf_armv7_a::set_taps |
( |
const std::vector< float > & |
taps | ) |
|
|
virtual |
install new_taps
as the current taps.
Reimplemented from gr_fir_ccf.
float* gr_fir_ccf_armv7_a::d_aligned_taps |
|
protected |
size_t gr_fir_ccf_armv7_a::d_naligned_taps |
|
protected |
The documentation for this class was generated from the following file: