21#ifndef INCLUDED_LORA_SDR_NOISE_EST_IMPL_H
22#define INCLUDED_LORA_SDR_NOISE_EST_IMPL_H
70 int work(
int noutput_items, gr_vector_const_void_star &input_items,
71 gr_vector_void_star &output_items);
Definition: noise_est_impl.h:29
noise_est_impl(uint32_t n_samples)
Construct a new noise est impl object.
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~noise_est_impl()
Destroy the noise est impl object.
Definition: noise_est.h:37