GNU Radio's GR-AIR-MODES Package
|
mode select preamble detection More...
#include <preamble.h>
Public Types | |
typedef boost::shared_ptr< preamble > | sptr |
Public Member Functions | |
virtual void | set_rate (float channel_rate)=0 |
virtual void | set_threshold (float threshold_db)=0 |
virtual float | get_rate (void)=0 |
virtual float | get_threshold (void)=0 |
Static Public Member Functions | |
static sptr | make (float channel_rate, float threshold_db) |
mode select preamble detection
typedef boost::shared_ptr<preamble> gr::air_modes::preamble::sptr |
|
pure virtual |
Implemented in gr::air_modes::preamble_impl.
|
pure virtual |
Implemented in gr::air_modes::preamble_impl.
|
static |
|
pure virtual |
Implemented in gr::air_modes::preamble_impl.
|
pure virtual |
Implemented in gr::air_modes::preamble_impl.