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

#include <channelizer_impl.h>

Inheritance diagram for gr::lora::channelizer_impl:

Public Member Functions

 channelizer_impl (float samp_rate, float center_freq, std::vector< float > channel_list, uint32_t bandwidth, uint32_t decimation)
 
 ~channelizer_impl ()
 
void apply_cfo (float cfo)
 

Additional Inherited Members

- Public Types inherited from gr::lora::channelizer
typedef boost::shared_ptr< channelizersptr
 
- Static Public Member Functions inherited from gr::lora::channelizer
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.
 

Constructor & Destructor Documentation

◆ channelizer_impl()

gr::lora::channelizer_impl::channelizer_impl ( float  samp_rate,
float  center_freq,
std::vector< float >  channel_list,
uint32_t  bandwidth,
uint32_t  decimation 
)

◆ ~channelizer_impl()

gr::lora::channelizer_impl::~channelizer_impl ( )

Member Function Documentation

◆ apply_cfo()

void gr::lora::channelizer_impl::apply_cfo ( float  cfo)

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