Signal Source: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
Supports an output of type complex, float, int, and short
Supports an output of type complex, float, int, and short


Args:
== Parameters ==
* 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:
; 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 ==


[[File:Signal-source-ex.png]]
[[File:Signal-source-ex.png]]

Revision as of 03:15, 15 July 2019

Signal generator, generates a variety of signals.

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

Parameters

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