22#ifndef INCLUDED_LORA_CHANNELIZER_H
23#define INCLUDED_LORA_CHANNELIZER_H
26#include <gnuradio/hier_block2.h>
39 typedef boost::shared_ptr<channelizer>
sptr;
49 static sptr make(
float samp_rate,
float center_freq, std::vector<float> channel_list, uint32_t bandwidth, uint32_t decimation);
#define LORA_API
Definition: api.h:30
<+description of block+>
Definition: channelizer.h:37
boost::shared_ptr< channelizer > sptr
Definition: channelizer.h:39
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.
Definition: channelizer.h:28