|
GNU Radio 3.6.5 C++ API
|
output = input + constant vector More...
#include <add_const_vcc.h>
Public Types | |
| typedef boost::shared_ptr < add_const_vcc > | sptr |
Public Member Functions | |
| virtual std::vector< gr_complex > | k () const =0 |
| Return additive constant vector. | |
| virtual void | set_k (std::vector< gr_complex > k)=0 |
| Set additive constant vector. | |
Static Public Member Functions | |
| static sptr | make (std::vector< gr_complex > k) |
| Create an instance of add_const_vcc. | |
output = input + constant vector
| virtual std::vector<gr_complex> gr::blocks::add_const_vcc::k | ( | ) | const [pure virtual] |
Return additive constant vector.
Implemented in gr::blocks::add_const_vcc_impl.
| static sptr gr::blocks::add_const_vcc::make | ( | std::vector< gr_complex > | k | ) | [static] |
Create an instance of add_const_vcc.
| k | additive constant vector |
| virtual void gr::blocks::add_const_vcc::set_k | ( | std::vector< gr_complex > | k | ) | [pure virtual] |
Set additive constant vector.
Implemented in gr::blocks::add_const_vcc_impl.