24 #ifndef NOISE_SOURCE_H 25 #define NOISE_SOURCE_H 47 typedef boost::shared_ptr<noise_source<T>>
sptr;
60 static sptr make(
noise_type_t type,
float ampl,
long seed = 0);
73 virtual void set_amplitude(
float ampl) = 0;
76 virtual float amplitude()
const = 0;
noise_source< std::int16_t > noise_source_s
Definition: noise_source.h:79
noise_source< gr_complex > noise_source_c
Definition: noise_source.h:82
noise_type_t
Definition: noise_type.h:29
Random number source.
Definition: noise_source.h:43
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
noise_source< std::int32_t > noise_source_i
Definition: noise_source.h:80
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< noise_source< T > > sptr
Definition: noise_source.h:47
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
noise_source< float > noise_source_f
Definition: noise_source.h:81