GNU Radio's LORA Package
|
<+description of block+> More...
#include <channelizer.h>
Public Types | |
typedef boost::shared_ptr< channelizer > | sptr |
Static Public Member Functions | |
static sptr | make (float samp_rate, float center_freq, std::vector< float > channel_list, uint32_t bandwidth, uint32_t decimation) |
Return a shared_ptr to a new instance of lora::channelizer. More... | |
<+description of block+>
typedef boost::shared_ptr<channelizer> gr::lora::channelizer::sptr |
|
static |
Return a shared_ptr to a new instance of lora::channelizer.
To avoid accidental use of raw pointers, lora::channelizer's constructor is in a private implementation class. lora::channelizer::make is the public interface for creating new instances.