21#ifndef INCLUDED_LORA_SDR_WHITENING_H
22#define INCLUDED_LORA_SDR_WHITENING_H
24#include <gnuradio/sync_block.h>
38 typedef std::shared_ptr<whitening>
sptr;
#define LORA_SDR_API
Definition: api.h:19
Whiten the input data For more information about the implementation visit whitening_impl.
Definition: whitening.h:36
std::shared_ptr< whitening > sptr
Definition: whitening.h:38
static sptr make()
Return a shared_ptr to a new instance of lora_sdr::whitening.