diff options
author | ttt | 2018-12-06 13:42:14 +0530 |
---|---|---|
committer | ttt | 2018-12-06 13:42:14 +0530 |
commit | d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch) | |
tree | fdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/fwhmjlt.xml | |
parent | 3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.gz FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.bz2 FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.zip |
code by jitendra and added more test4.sce
Diffstat (limited to 'help/en_US/fwhmjlt.xml')
-rw-r--r-- | help/en_US/fwhmjlt.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/help/en_US/fwhmjlt.xml b/help/en_US/fwhmjlt.xml index c093385..a6ec500 100644 --- a/help/en_US/fwhmjlt.xml +++ b/help/en_US/fwhmjlt.xml @@ -20,37 +20,4 @@ <refpurpose>This function Computes peak full-width at half maximum</refpurpose> </refnamediv> -<refsynopsisdiv> - <title>Calling Sequence</title> - <synopsis> - f = fwhm (y) - f = fwhm (x, y) - f = fwhm (…, "zero") - f = fwhm (…, "min") - f = fwhm (…, "alevel", level) - f = fwhm (…, "rlevel", level) - </synopsis> -</refsynopsisdiv> - - - -<refsection> - <title>Description</title> - <para> -Compute peak full-width at half maximum (FWHM) or at another level of peak maximum for vector or matrix data y, optionally sampled as y(x). If y is a matrix, return FWHM for each column as a row vector.<para></para>The default option "zero" computes fwhm at half maximum, i.e. 0.5*max(y). The option "min" computes fwhm at the middle curve, i.e. 0.5*(min(y)+max(y)). <para></para>The option "rlevel" computes full-width at the given relative level of peak profile<para></para>The option "alevel" computes full-width at the given absolute level of y. -</para> -</refsection> - -<refsection> - <title>Examples</title> - <programlisting role="example"><![CDATA[ -t=-50:0.01:50; -y=(1/(2*sqrt(2*%pi)))*exp(-(t.^2)/8); -z=fwhmjlt(y) -//Expected Output -//470.96442 - ]]></programlisting> -</refsection> - - </refentry> |