GNU Radio's LORA Package
gr::lora::channelizer Class Reference

<+description of block+> More...

#include <channelizer.h>

Inheritance diagram for gr::lora::channelizer:

Public Types

typedef boost::shared_ptr< channelizersptr
 

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.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<channelizer> gr::lora::channelizer::sptr

Member Function Documentation

◆ make()

static sptr gr::lora::channelizer::make ( float  samp_rate,
float  center_freq,
std::vector< float >  channel_list,
uint32_t  bandwidth,
uint32_t  decimation 
)
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.


The documentation for this class was generated from the following file: