GNU Radio's DAB Package
|
<+description of block+> More...
#include <estimate_sample_rate_bf.h>
Public Types | |
typedef boost::shared_ptr< estimate_sample_rate_bf > | sptr |
Static Public Member Functions | |
static sptr | make (float expected_sample_rate, int frame_length) |
Return a shared_ptr to a new instance of dab::estimate_sample_rate_bf. More... | |
<+description of block+>
typedef boost::shared_ptr<estimate_sample_rate_bf> gr::dab::estimate_sample_rate_bf::sptr |
|
static |
Return a shared_ptr to a new instance of dab::estimate_sample_rate_bf.
To avoid accidental use of raw pointers, dab::estimate_sample_rate_bf's constructor is in a private implementation class. dab::estimate_sample_rate_bf::make is the public interface for creating new instances.