Peaksigmoid: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Mathias
imported>Mathias
Line 7: Line 7:
:[i0,iw] = peakfind(x,width,tolfac,w,options)
:[i0,iw] = peakfind(x,width,tolfac,w,options)
:[i0,iw] = peakfind(x,width,options)
:[i0,iw] = peakfind(x,width,options)
====Inputs====
* '''x''' =  3 element vector where x(1) = coefficient, x(2) = offset and x(3) is equal to the decay constant

Revision as of 12:53, 1 August 2016

Purpose

Outputs a sigmoid function.


Synopsis

[i0,iw] = peakfind(x,width,tolfac,w,options)
[i0,iw] = peakfind(x,width,options)


Inputs

  • x = 3 element vector where x(1) = coefficient, x(2) = offset and x(3) is equal to the decay constant