1#ifndef INCLUDED_LORA_GRAY_ENC_IMPL_H
2#define INCLUDED_LORA_GRAY_ENC_IMPL_H
31 int work(
int noutput_items, gr_vector_const_void_star &input_items,
32 gr_vector_void_star &output_items);
Definition: gray_enc_impl.h:9
gray_enc_impl()
Construct a new gray enc impl object.
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Main function where the actual computation happens.
~gray_enc_impl()
Destroy the gray enc impl object.
Modulate the payload with an Gray map. This ensures that bits are modulated such that two subsequent ...
Definition: gray_enc.h:39