Institut de Robòtica i Informàtica Industrial

Offset

PURPOSE ^

Adds a constant to a Gaussian.

SYNOPSIS ^

function gOut=Offset(g,o)

DESCRIPTION ^

   Adds a constant to a Gaussian.

   Apply a constnat offset to the Gaussian mean.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
  • plus Adds a Gaussian and a constant/Gaussian.

SOURCE CODE ^

0001 function gOut=Offset(g,o)
0002 %   Adds a constant to a Gaussian.
0003 %
0004 %   Apply a constnat offset to the Gaussian mean.
0005 
0006   gOut=Gaussian(g.m+o,g.S);
0007


Institut de Robòtica i Informàtica Industrial

Generated on Wed 05-Aug-2009 15:05:21 by m2html © 2003