|
GNU Radio 3.6.5 C++ API
|
#include <bin_statistics_f_impl.h>
Public Member Functions | |
| bin_statistics_f_impl (unsigned int vlen, gr_msg_queue_sptr msgq, gr_feval_dd *tune, size_t tune_delay, size_t dwell_delay) | |
| ~bin_statistics_f_impl () | |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| just like gr_block::general_work, only this arranges to call consume_each for you | |
Protected Member Functions | |
| size_t | vlen () const |
| double | center_freq () const |
| gr_msg_queue_sptr | msgq () const |
| virtual void | reset_stats () |
| virtual void | accrue_stats (const float *input) |
| virtual void | send_stats () |
Protected Attributes | |
| std::vector< float > | d_max |
| gr::blocks::bin_statistics_f_impl::bin_statistics_f_impl | ( | unsigned int | vlen, |
| gr_msg_queue_sptr | msgq, | ||
| gr_feval_dd * | tune, | ||
| size_t | tune_delay, | ||
| size_t | dwell_delay | ||
| ) |
| gr::blocks::bin_statistics_f_impl::~bin_statistics_f_impl | ( | ) |
| virtual void gr::blocks::bin_statistics_f_impl::accrue_stats | ( | const float * | input | ) | [protected, virtual] |
Implements gr::blocks::bin_statistics_f.
| double gr::blocks::bin_statistics_f_impl::center_freq | ( | ) | const [inline, protected, virtual] |
Implements gr::blocks::bin_statistics_f.
| gr_msg_queue_sptr gr::blocks::bin_statistics_f_impl::msgq | ( | ) | const [inline, protected, virtual] |
Implements gr::blocks::bin_statistics_f.
| virtual void gr::blocks::bin_statistics_f_impl::reset_stats | ( | ) | [protected, virtual] |
Implements gr::blocks::bin_statistics_f.
| virtual void gr::blocks::bin_statistics_f_impl::send_stats | ( | ) | [protected, virtual] |
Implements gr::blocks::bin_statistics_f.
| size_t gr::blocks::bin_statistics_f_impl::vlen | ( | ) | const [inline, protected, virtual] |
Implements gr::blocks::bin_statistics_f.
| int gr::blocks::bin_statistics_f_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.
std::vector<float> gr::blocks::bin_statistics_f_impl::d_max [protected] |
Reimplemented from gr::blocks::bin_statistics_f.