12 #ifndef NOISE_SOURCE_H
13 #define NOISE_SOURCE_H
35 typedef std::shared_ptr<noise_source<T>>
sptr;
47 static sptr make(
noise_type_t type,
float ampl,
long seed = 0);
60 virtual void set_amplitude(
float ampl) = 0;
63 virtual float amplitude()
const = 0;
noise_source< std::int16_t > noise_source_s
Definition: noise_source.h:66
noise_source< gr_complex > noise_source_c
Definition: noise_source.h:69
noise_type_t
Definition: noise_type.h:17
Random number source.
Definition: noise_source.h:31
std::shared_ptr< noise_source< T > > sptr
Definition: noise_source.h:35
GNU Radio logging wrapper.
Definition: basic_block.h:29
noise_source< std::int32_t > noise_source_i
Definition: noise_source.h:67
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
noise_source< float > noise_source_f
Definition: noise_source.h:68