armv7_a using NEON coprocessor version of gr_fir_fff
More...
#include <gr_fir_fff_armv7_a.h>
armv7_a using NEON coprocessor version of gr_fir_fff
gr_fir_fff_armv7_a::gr_fir_fff_armv7_a |
( |
) | |
|
gr_fir_fff_armv7_a::gr_fir_fff_armv7_a |
( |
const std::vector< float > & |
taps) | |
|
gr_fir_fff_armv7_a::~gr_fir_fff_armv7_a |
( |
) | |
|
virtual float gr_fir_fff_armv7_a::filter |
( |
const float |
input[]) | |
|
|
virtual |
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_fff_generic.
virtual void gr_fir_fff_armv7_a::set_taps |
( |
const std::vector< float > & |
taps) | |
|
|
virtual |
install new_taps
as the current taps.
Reimplemented from gr_fir_fff.
float* gr_fir_fff_armv7_a::d_aligned_taps |
|
protected |
size_t gr_fir_fff_armv7_a::d_naligned_taps |
|
protected |
The documentation for this class was generated from the following file: