GNU Radio's LORA_SDR Package
gr::lora_sdr::noise_est Class Reference

#include <noise_est.h>

Inheritance diagram for gr::lora_sdr::noise_est:
[legend]

Public Types

typedef std::shared_ptr< noise_estsptr
 

Static Public Member Functions

static sptr make (uint32_t n_samples)
 This block estimate the noise power using the 'n_samples' first sample presented at his input.
 

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<noise_est> gr::lora_sdr::noise_est::sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::noise_est::make ( uint32_t  n_samples)
static

This block estimate the noise power using the 'n_samples' first sample presented at his input.

The estimated power is published as a message on his 'noise_est' port

Parameters
n_samplesnumber of samples used to estimate noise

The documentation for this class was generated from the following file: