GNU Radio 3.7.1 C++ API
Waveform Generators
Collaboration diagram for Waveform Generators:

Classes

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::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...
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...

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...

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