diff options
author | shamikam | 2017-11-07 15:59:48 +0530 |
---|---|---|
committer | shamikam | 2017-11-07 15:59:48 +0530 |
commit | c0c0582462720ed597b00e116506570577614e89 (patch) | |
tree | 31dedd23698e5357b19c810b7d7a8464100ef44a /help/en_US/gmonopuls.xml | |
download | FOSSEE-Signal-Processing-Toolbox-c0c0582462720ed597b00e116506570577614e89.tar.gz FOSSEE-Signal-Processing-Toolbox-c0c0582462720ed597b00e116506570577614e89.tar.bz2 FOSSEE-Signal-Processing-Toolbox-c0c0582462720ed597b00e116506570577614e89.zip |
initial commit
Diffstat (limited to 'help/en_US/gmonopuls.xml')
-rw-r--r-- | help/en_US/gmonopuls.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/help/en_US/gmonopuls.xml b/help/en_US/gmonopuls.xml new file mode 100644 index 0000000..72436d9 --- /dev/null +++ b/help/en_US/gmonopuls.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + * + * This help file was generated from gmonopuls.sci using help_from_sci(). + * + --> + +<refentry version="5.0-subset Scilab" xml:id="gmonopuls" xml:lang="en" + xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:ns3="http://www.w3.org/1999/xhtml" + xmlns:mml="http://www.w3.org/1998/Math/MathML" + xmlns:scilab="http://www.scilab.org" + xmlns:db="http://docbook.org/ns/docbook"> + + <refnamediv> + <refname>gmonopuls</refname> + <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 is an Octave function +This function returns samples of the Gaussian monopulse of amplitude unity. +</para> +</refsection> + +<refsection> + <title>Examples</title> + <programlisting role="example"><![CDATA[ +1. gmonopuls([1 2 3],0.1) +ans= 0.85036 0.94070 0.52591 +2. gmonopuls([1 2 3]) +ans= 0 0 0 + ]]></programlisting> +</refsection> +</refentry> |