22#ifndef INCLUDED_LORA_SDR_NOISE_EST_H
23#define INCLUDED_LORA_SDR_NOISE_EST_H
26#include <gnuradio/sync_block.h>
39 typedef std::shared_ptr<noise_est>
sptr;
#define LORA_SDR_API
Definition: api.h:19
Definition: noise_est.h:37
static sptr make(uint32_t n_samples)
This block estimate the noise power using the 'n_samples' first sample presented at his input.
std::shared_ptr< noise_est > sptr
Definition: noise_est.h:39