Noise Source: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with "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...")
 
(Fix description of the seed parameter.)
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Block Docs]]
Produces a "noise" signal using either a Gaussian or Uniform distribution
Produces a "noise" signal using either a Gaussian or Uniform distribution


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


Args:
== Parameters ==
* 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
; Noise Type
* Seed - seed for random generators. Note that for uniform and Gaussian distributions, this should be a negative number
: 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. If 0, the seed will be selected using the system clock such that the output sequence is different on each run. Use a non-zero seed to get the same output on each run.
 
== Example Flowgraph ==
 
[[File:Noise-source-ex.png]]

Revision as of 21:45, 22 July 2022

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

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

Parameters

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. If 0, the seed will be selected using the system clock such that the output sequence is different on each run. Use a non-zero seed to get the same output on each run.

Example Flowgraph

Noise-source-ex.png