25 #ifndef INCLUDED_ANALOG_FASTNOISE_SOURCE_S_H 26 #define INCLUDED_ANALOG_FASTNOISE_SOURCE_S_H 49 typedef boost::shared_ptr<fastnoise_source_s>
sptr;
64 long seed = 0,
long samples=1024*16);
65 virtual short sample() = 0;
66 virtual short sample_unbiased() = 0;
67 virtual const std::vector<short>& samples()
const = 0;
80 virtual void set_amplitude(
float ampl) = 0;
83 virtual float amplitude()
const = 0;
boost::shared_ptr< fastnoise_source_s > sptr
Definition: fastnoise_source_s.h:49
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
Random number source.
Definition: fastnoise_source_s.h:45
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30