gaussian {signalProcessing} R Documentation

Description

Usage

gaussian(x, A, mu, sigma);

Arguments

x

-

A

is the height of the curve's peak. [as double]

mu

is the position of the center of the peak. [as double]

sigma

(the standard deviation, sometimes called the Gaussian RMS width) controls the width of the "bell". [as double]

Details

Authors

signalKit

Value

this function returns data object of type double.

clr value class

Examples


[Package signalProcessing version 1.0.0.0 Index]