GNU Radio's LORA_SDR Package
|
Modulate the payload with an Gray map. This ensures that bits are modulated such that two subsequent symbols differ one bit. For more information about the implementation visit gray_enc_impl. More...
#include <gray_enc.h>
Public Types | |
typedef std::shared_ptr< gray_enc > | sptr |
Static Public Member Functions | |
static sptr | make () |
Return a shared_ptr to a new instance of lora_sdr::gray_enc. | |
Modulate the payload with an Gray map. This ensures that bits are modulated such that two subsequent symbols differ one bit. For more information about the implementation visit gray_enc_impl.
typedef std::shared_ptr<gray_enc> gr::lora_sdr::gray_enc::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::gray_enc.
To avoid accidental use of raw pointers, lora_sdr::gray_enc's constructor is in a private implementation class. lora_sdr::gray_enc::make is the public interface for creating new instances.