GNU Radio 3.7.2git-29-g7516b6dd C++ API
Waveform Generators

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

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