22#ifndef INCLUDED_LORA_SDR_WHITENING_H
23#define INCLUDED_LORA_SDR_WHITENING_H
26#include <gnuradio/sync_interpolator.h>
39 typedef std::shared_ptr<whitening>
sptr;
49 static sptr make(
bool is_hex,
bool use_length_tag,
char separator =
',', std::string length_tag_name =
"");
#define LORA_SDR_API
Definition api.h:19
<+description of block+>
Definition whitening.h:37
std::shared_ptr< whitening > sptr
Definition whitening.h:39
static sptr make(bool is_hex, bool use_length_tag, char separator=',', std::string length_tag_name="")
Return a shared_ptr to a new instance of lora_sdr::whitening.