GNU Radio Manual and C++ API Reference  3.7.13.4
The Free & Open Software Radio Ecosystem

Classes

class  gr::blocks::vco_c
 VCO - Voltage controlled oscillator. More...
 
class  gr::blocks::vco_f
 VCO - Voltage controlled oscillator. More...
 
class  gr::digital::glfsr
 Galois Linear Feedback Shift Register using specified polynomial mask. More...
 
class  gr::digital::glfsr_source_b
 Galois LFSR pseudo-random source. More...
 
class  gr::digital::glfsr_source_f
 Galois LFSR pseudo-random source generating float outputs -1.0 - 1.0. More...
 
class  gr::analog::noise_source_c
 Random number source. More...
 
class  gr::analog::noise_source_f
 Random number source. More...
 
class  gr::analog::noise_source_i
 Random number source. More...
 
class  gr::analog::noise_source_s
 Random number source. More...
 
class  gr::analog::random_uniform_source_b
 Uniform Random Number Generator with unsigned char output. More...
 
class  gr::analog::random_uniform_source_i
 Uniform Random Number Generator with int output. More...
 
class  gr::analog::random_uniform_source_s
 Uniform Random Number Generator with short output. More...
 
class  gr::analog::sig_source_c
 signal generator with gr_complex output. More...
 
class  gr::analog::sig_source_f
 signal generator with float output. More...
 
class  gr::analog::sig_source_i
 signal generator with int output. More...
 
class  gr::analog::sig_source_s
 signal generator with short output. More...
 

Enumerations

enum  gr::analog::gr_waveform_t {
  gr::analog::GR_CONST_WAVE = 100, gr::analog::GR_SIN_WAVE, gr::analog::GR_COS_WAVE, gr::analog::GR_SQR_WAVE,
  gr::analog::GR_TRI_WAVE, gr::analog::GR_SAW_WAVE
}
 Types of signal generator waveforms. More...
 

Detailed Description

Enumeration Type Documentation

Types of signal generator waveforms.

Enumerator
GR_CONST_WAVE 
GR_SIN_WAVE 
GR_COS_WAVE 
GR_SQR_WAVE 
GR_TRI_WAVE 
GR_SAW_WAVE