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/gmonopuls.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/gmonopuls.xml')
-rw-r--r-- | help/en_US/gmonopuls.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/help/en_US/gmonopuls.xml b/help/en_US/gmonopuls.xml index f514aa4..198de7a 100644 --- a/help/en_US/gmonopuls.xml +++ b/help/en_US/gmonopuls.xml @@ -20,41 +20,4 @@ <refpurpose></refpurpose> </refnamediv> - -<refsection> - <title>Parameters</title> - <variablelist> - <varlistentry><term>t:</term> - <listitem><para> Real or complex valued vector or matrix</para></listitem></varlistentry> - <varlistentry><term>fc:</term> - <listitem><para> Real non-negative value or complex value or a vector or matrix with not all real values negative.</para></listitem></varlistentry> - </variablelist> -</refsection> - -<refsection> - <title>Description</title> - <para> - -This function returns samples of the Gaussian monopulse of amplitude unity. -</para> -</refsection> - -<refsection> - <title>Example 1.</title> - <programlisting role="example"><![CDATA[ - gmonopuls([1 2 3],0.1) -//ans= 0.85036 0.94070 0.52591 - - ]]></programlisting> -</refsection> - -<refsection> - <title>Example 2.</title> - <programlisting role="example"><![CDATA[ - - gmonopuls([1 2 3],[]) -//ans= 0 0 0 - ]]></programlisting> -</refsection> - </refentry> |