23 #ifndef INCLUDED_DIGITAL_MSK_TIMING_RECOVERY_CC_H 24 #define INCLUDED_DIGITAL_MSK_TIMING_RECOVERY_CC_H 49 typedef boost::shared_ptr<msk_timing_recovery_cc>
sptr;
60 static sptr make(
float sps,
float gain,
float limit,
int osps);
62 virtual void set_gain(
float gain)=0;
63 virtual float get_gain(
void)=0;
65 virtual void set_limit(
float limit)=0;
66 virtual float get_limit(
void)=0;
68 virtual void set_sps(
float sps)=0;
69 virtual float get_sps(
void)=0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: logger.h:695
MSK/GMSK timing recoveryThis block performs timing synchronization on CPM modulations using a fourth-...
Definition: msk_timing_recovery_cc.h:46
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:65
boost::shared_ptr< msk_timing_recovery_cc > sptr
Definition: msk_timing_recovery_cc.h:49