23 #ifndef INCLUDED_OWC_VPPM_DEMODULATOR_H 24 #define INCLUDED_OWC_VPPM_DEMODULATOR_H 27 #include <gnuradio/sync_decimator.h> 40 typedef boost::shared_ptr<VPPM_Demodulator>
sptr;
50 static sptr make(
int samples_per_symbol,
int samples_per_pulse,
float gain);
52 virtual void set_gain(
float gain) = 0;
53 virtual float gain() = 0;
#define OWC_API
Definition: api.h:31
<+description of block+>
Definition: VPPM_Demodulator.h:37
Definition: binary_to_decimal_mapper.h:29
boost::shared_ptr< VPPM_Demodulator > sptr
Definition: VPPM_Demodulator.h:40