 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
12 #ifndef NOISE_SOURCE_H
13 #define NOISE_SOURCE_H
35 typedef std::shared_ptr<noise_source<T>>
sptr;
61 virtual void set_amplitude(
float ampl) = 0;
64 virtual float amplitude()
const = 0;
noise_source< std::int32_t > noise_source_i
Definition: noise_source.h:68
Random number source.
Definition: noise_source.h:31
noise_source< std::int16_t > noise_source_s
Definition: noise_source.h:67
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:25
noise_source< gr_complex > noise_source_c
Definition: noise_source.h:70
noise_source< float > noise_source_f
Definition: noise_source.h:69
std::shared_ptr< noise_source< T > > sptr
Definition: noise_source.h:35
noise_type_t
Definition: noise_type.h:17
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29