Difference between revisions of "Expdrop.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:expdrop.m}} Exponential drop function. ==Syntax== drop=expdrop(from,to,duration,npoints,drop_rate) ==Description== Produces an exponential fall-off from...")
 
(See also)
Line 27: Line 27:
  
 
==See also==
 
==See also==
[[gaussfun.m]], [[lorentzfun.m]]
+
[[gaussfun.m]], [[lorentzfun.m]], [[snormpdf.m]]
  
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Revision as of 17:08, 9 July 2018

Exponential drop function.

Syntax

    drop=expdrop(from,to,duration,npoints,drop_rate)

Description

Produces an exponential fall-off from a specified value to a specified value with the specified rate and the number of points.

Arguments

       from - the value to drop from

         to - the value to drop to

   duration - drop duration, seconds

    npoints - the number of discretisation points
              in the drop

  drop_rate - exponential drop rate, Hz

Outputs

       drop - the values of the function at the time grid specified

See also

gaussfun.m, lorentzfun.m, snormpdf.m


Version 2.1, authors: Ilya Kuprov