Signal Source

From GNU Radio
Revision as of 05:13, 27 December 2018 by 777arc (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Signal generator, generates a variety of signals.

Supports an output of type complex, float, int, and short

Args:

  • Sample Rate : Sampling rate of signal
  • Waveform : waveform type
  • Frequency : Frequency of waveform (relative to sampling_freq)
  • Ampltiude : Signal amplitude
  • Offset : offset of signal

Example Flowgraph:

Signal-source-ex.png

Types of Waveforms:

Cosine (complex):

Signal-source-cosine.png

Constant:

Signal-source-constant.png

Square:

Signal-source-square.png

Triangle:

Signal-source-triangle.png

Sawtooth:

Signal-source-sawtooth.png