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