GNU Radio's LORA_SDR Package
gr::lora_sdr::whitening Class Reference

Whiten the input data For more information about the implementation visit whitening_impl. More...

#include <whitening.h>

Inheritance diagram for gr::lora_sdr::whitening:
[legend]

Public Types

typedef std::shared_ptr< whiteningsptr
 

Static Public Member Functions

static sptr make ()
 Return a shared_ptr to a new instance of lora_sdr::whitening.
 

Detailed Description

Whiten the input data For more information about the implementation visit whitening_impl.

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<whitening> gr::lora_sdr::whitening::sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::whitening::make ( )
static

Return a shared_ptr to a new instance of lora_sdr::whitening.

To avoid accidental use of raw pointers, lora_sdr::whitening's constructor is in a private implementation class. lora_sdr::whitening::make is the public interface for creating new instances.


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