Difference between revisions of "Signal Source"
From GNU Radio
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:
Types of Waveforms:
Cosine (complex):
Constant:
Square:
Triangle:
Sawtooth: