#include <noise_est_impl.h>
|
| noise_est_impl (uint32_t n_samples) |
| Construct a new noise est impl object.
|
|
| ~noise_est_impl () |
| Destroy the noise est impl object.
|
|
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
|
typedef std::shared_ptr< noise_est > | sptr |
|
static sptr | make (uint32_t n_samples) |
| This block estimate the noise power using the 'n_samples' first sample presented at his input.
|
|
◆ noise_est_impl()
gr::lora_sdr::noise_est_impl::noise_est_impl |
( |
uint32_t |
n_samples | ) |
|
Construct a new noise est impl object.
- Parameters
-
◆ ~noise_est_impl()
gr::lora_sdr::noise_est_impl::~noise_est_impl |
( |
| ) |
|
Destroy the noise est impl object.
◆ work()
int gr::lora_sdr::noise_est_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
- Parameters
-
noutput_items | |
input_items | |
output_items | |
- Returns
- int
The documentation for this class was generated from the following file: