#include <modulate_impl.h>
|
| modulate_impl (uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector< uint16_t > sync_words, bool create_zeros) |
| Construct a new modulate impl object.
|
|
| ~modulate_impl () |
| Destroy the modulate impl object.
|
|
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
|
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
|
typedef std::shared_ptr< modulate > | sptr |
|
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.
|
|
◆ modulate_impl()
gr::lora_sdr::modulate_impl::modulate_impl |
( |
uint8_t |
sf, |
|
|
uint32_t |
samp_rate, |
|
|
uint32_t |
bw, |
|
|
std::vector< uint16_t > |
sync_words, |
|
|
bool |
create_zeros |
|
) |
| |
Construct a new modulate impl object.
- Parameters
-
sf | |
samp_rate | |
bw | |
sync_words | |
create_zeros | |
◆ ~modulate_impl()
gr::lora_sdr::modulate_impl::~modulate_impl |
( |
| ) |
|
Destroy the modulate impl object.
◆ forecast()
void gr::lora_sdr::modulate_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
- Parameters
-
noutput_items | |
ninput_items_required | |
◆ general_work()
int gr::lora_sdr::modulate_impl::general_work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
- Parameters
-
noutput_items | |
ninput_items | |
input_items | |
output_items | |
- Returns
- int
The documentation for this class was generated from the following file: