Signal Source: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
Types of Waveforms:
Types of Waveforms:


Cosine:
Cosine (complex):


[[File:Signal-source-cosine.png|600px]]
[[File:Signal-source-cosine.png|600px]]

Revision as of 05:13, 27 December 2018

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