Docs @ Psychtoolbox Wiki : ComputeGammaSig

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

ComputeGammaSig

PsychtoolboxPsychGamma

output = ComputeGammaSig(x,input)

Compute the gamma table using sigmoidal function.

sinput = (input/x(3)).^x(4);
output = x(2).*sinput./(sinput + x(1));

10/3/93 dhb,jms Normalize output to max of 1.
Better be sure that last value is max setting.




Path   Retrieve current version of ComputeGammaSig.m from berliOS: beta | view WebSVN changelog of trunk branch
Psychtoolbox/PsychGamma/ComputeGammaSig.m


Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0182 seconds