Noise Source

From GNU Radio
Revision as of 22:17, 12 March 2019 by 777arc (talk | contribs)
Jump to navigation Jump to search

Produces a "noise" signal using either a Gaussian or Uniform distribution

Supports output of type complex, float, int, or short.

Args:

  • Noise Type - the random distribution to use, only Gaussian and Uniform are supported
  • Amplitude - the standard deviation of a 1-d noise process. If this is the complex source, this parameter is split among the real and imaginary parts
  • Seed - seed for random generators. Note that for uniform and Gaussian distributions, this should be a negative number

Example Flowgraph:

Noise-source-ex.png