GNU Radio's TPMS Package
|
Identify and tag stream ranges that contain significant bursts of energy. More...
#include <burst_detector.h>
Public Types | |
typedef boost::shared_ptr< burst_detector > | sptr |
Static Public Member Functions | |
static sptr | make () |
Return a shared_ptr to a new instance of tpms::burst_detector. More... | |
Identify and tag stream ranges that contain significant bursts of energy.
typedef boost::shared_ptr<burst_detector> gr::tpms::burst_detector::sptr |
|
static |
Return a shared_ptr to a new instance of tpms::burst_detector.
To avoid accidental use of raw pointers, tpms::burst_detector's constructor is in a private implementation class. tpms::burst_detector::make is the public interface for creating new instances.