3#ifndef INCLUDED_LORA_WHITENING_IMPL_H
4#define INCLUDED_LORA_WHITENING_IMPL_H
14 std::vector<uint8_t> m_payload;
15 std::vector<std::string> payload_str;
16 void msg_handler(pmt::pmt_t message);
38 int work(
int noutput_items, gr_vector_const_void_star &input_items,
39 gr_vector_void_star &output_items);
Definition: whitening_impl.h:11
whitening_impl()
Construct a new whitening impl object.
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~whitening_impl()
Destroy the whitening impl object.
Whiten the input data For more information about the implementation visit whitening_impl.
Definition: whitening.h:36