25 #ifndef INCLUDED_ANALOG_FASTNOISE_SOURCE_I_H 26 #define INCLUDED_ANALOG_FASTNOISE_SOURCE_I_H 49 typedef boost::shared_ptr<fastnoise_source_i>
sptr;
64 long seed = 0,
long samples=1024*16);
65 virtual int sample() = 0;
66 virtual int sample_unbiased() = 0;
67 virtual const std::vector<int>& samples()
const = 0;
80 virtual void set_amplitude(
float ampl) = 0;
83 virtual float amplitude()
const = 0;
noise_type_t
Definition: noise_type.h:29
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< fastnoise_source_i > sptr
Definition: fastnoise_source_i.h:49
Random number source.
Definition: fastnoise_source_i.h:45