22#ifndef INCLUDED_LORA_SDR_MODULATE_H
23#define INCLUDED_LORA_SDR_MODULATE_H
26#include <gnuradio/block.h>
40 typedef std::shared_ptr<modulate>
sptr;
50 static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector<uint16_t> sync_words,
bool create_zeros);
#define LORA_SDR_API
Definition: api.h:19
End block of the sending side that modulates the final to be sent data to the LoRa standard For more ...
Definition: modulate.h:38
static sptr make(uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector< uint16_t > sync_words, bool create_zeros)
Return a shared_ptr to a new instance of lora_sdr::modulate.
std::shared_ptr< modulate > sptr
Definition: modulate.h:40