expdrop.m

From Spinach Documentation Wiki
Revision as of 19:36, 6 June 2026 by Kuprov (talk | contribs) (Update function See also links and function index membership)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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