23#ifndef INCLUDED_MULTIPLY_CONST_CC_H
24#define INCLUDED_MULTIPLY_CONST_CC_H
41 typedef boost::shared_ptr<multiply_const_cc>
sptr;
output = input * complex constant
Definition: multiply_const_cc.h:37
static sptr make(gr_complex k, size_t vlen=1)
Create an instance of multiply_const_cc.
virtual gr_complex k() const =0
Return complex multiplicative constant.
virtual void set_k(gr_complex k)=0
Set complex multiplicative constant.
boost::shared_ptr< multiply_const_cc > sptr
Definition: multiply_const_cc.h:41
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
std::complex< float > gr_complex
Definition: gr_complex.h:27
Include this header to use the message passing features.
Definition: basic_block.h:45