Difference between revisions of "Expdrop.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Spot-edit Spinach function page first-line NOTOC and template fields)
(Update function See also links and function index membership)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
     drop=expdrop(from,to,duration,npoints,drop_rate)
 
     drop=expdrop(from,to,duration,npoints,drop_rate)
  
==Arguments==
+
==Parameters==
  
 
         from - the value to drop from
 
         from - the value to drop from
Line 24: Line 24:
  
 
==See also==
 
==See also==
[[gaussfun.m]], [[lorentzfun.m]], [[snormpdf.m]]
+
[[gaussfun.m]], [[lorentzfun.m]], [[snormpdf.m]], [[acomm.m]], [[arnoldi.m]], [[atranspose.m]], [[aux_mat.m]], [[binpack.m]], [[cheap_norm.m]], [[cheb_coeff.m]], [[clean_up.m]], [[dirdiff.m]], [[eigenfields.m]], [[expmint.m]], [[expmint2.m]], [[fftdiff.m]], [[fourdif.m]], [[fourlap.m]], [[frob_chop.m]], [[hdot.m]], [[herm_spline.m]], [[jacobianest.m]], [[keep_rank.m]], [[krondelta.m]], [[kronm_new.m]], [[logfactorial.m]], [[lorentzcon.m]], [[md5_hash.m]], [[mprealloc.m]], [[remncomm.m]], [[remtrace.m]], [[rspert.m]], [[rspt_eig.m]], [[svd_shrink.m]], [[tikhoind.m]], [[tikhonov.m]], [[trapdiff.m]], [[unit_oper.m]], [[unit_state.m]], [[vvpert.m]], [[Kernel_utilities]]
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Latest revision as of 19:36, 6 June 2026

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

Syntax

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

Parameters

       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, acomm.m, arnoldi.m, atranspose.m, aux_mat.m, binpack.m, cheap_norm.m, cheb_coeff.m, clean_up.m, dirdiff.m, eigenfields.m, expmint.m, expmint2.m, fftdiff.m, fourdif.m, fourlap.m, frob_chop.m, hdot.m, herm_spline.m, jacobianest.m, keep_rank.m, krondelta.m, kronm_new.m, logfactorial.m, lorentzcon.m, md5_hash.m, mprealloc.m, remncomm.m, remtrace.m, rspert.m, rspt_eig.m, svd_shrink.m, tikhoind.m, tikhonov.m, trapdiff.m, unit_oper.m, unit_state.m, vvpert.m, Kernel_utilities

Version 2.1, authors: Ilya Kuprov