Difference between revisions of "Signal Source"
From GNU Radio
Line 18: | Line 18: | ||
Cosine: | Cosine: | ||
− | [[File:Signal-source-cosine.png]] | + | [[File:Signal-source-cosine.png|600px]] |
Constant: | Constant: | ||
− | [[File:Signal-source-constant.png]] | + | [[File:Signal-source-constant.png|600px]] |
Square: | Square: | ||
− | [[File:Signal-source-square.png]] | + | [[File:Signal-source-square.png|600px]] |
Triangle: | Triangle: | ||
− | [[File:Signal-source-triangle.png]] | + | [[File:Signal-source-triangle.png|600px]] |
Sawtooth: | Sawtooth: | ||
− | [[File:Signal-source-sawtooth.png]] | + | [[File:Signal-source-sawtooth.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:
Types of Waveforms:
Cosine:
Constant:
Square:
Triangle:
Sawtooth: