Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 688 Bytes

DeltaFunction.rst

File metadata and controls

26 lines (15 loc) · 688 Bytes

DeltaFunction

.. index:: DeltaFunction

Description

DeltaFunction represets the Dirac delta function and can only be used with the :ref:`Convolution <func-Convolution>`:

\int\limits_{A}^{B}R(x-\xi) \times \mbox{Height}\times \delta(\xi-\mbox{Centre}) \mbox{d}\xi = \mbox{Height} \times R(x-\mbox{Centre})

Usually it is used as a part of a :ref:`CompositeFunction<func-CompositeFunction>`, for example:

composite=Convolution; name=Resolution,Filename="Resolution.dat"; (name=DeltaFunction,Height=0.01; name=Lorentzian,Height=1,FWHM=0.1)

.. attributes::

.. properties::

.. categories::

.. sourcelink::