25 #ifndef INCLUDED_ANALOG_NOISE_SOURCE_F_H 26 #define INCLUDED_ANALOG_NOISE_SOURCE_F_H 47 typedef boost::shared_ptr<noise_source_f>
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_type_t
Definition: noise_type.h:29
Random number source.
Definition: noise_source_f.h:43
Include this header to use the message passing features.
Definition: logger.h:695
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
boost::shared_ptr< noise_source_f > sptr
Definition: noise_source_f.h:47