OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

white_noise

Contents

Brief Information

Add white (Gaussian) noise to data

Command Line Usage

1. white_noise ix:=Col(1);

3. white_noise ix:=Col(1) level:=5;

4. white_noise ix:=Col(1) level:=10 ox:=Col(2);

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input ix

Input

vector

<active>

Input vector

Gaussian Noise (%) level

Input

double

5

Noise level

Output ox

Output

vector

<input>

Output vector

Description

This function adds random Gaussian noise on input data.

Related X-Functions