summaryrefslogtreecommitdiff
path: root/help/en_US/gausswin.xml
diff options
context:
space:
mode:
authorttt2018-12-06 13:42:14 +0530
committerttt2018-12-06 13:42:14 +0530
commitd6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch)
treefdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/gausswin.xml
parent3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff)
downloadFOSSEE-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/gausswin.xml')
-rw-r--r--help/en_US/gausswin.xml42
1 files changed, 1 insertions, 41 deletions
diff --git a/help/en_US/gausswin.xml b/help/en_US/gausswin.xml
index a128a08..8eac2b2 100644
--- a/help/en_US/gausswin.xml
+++ b/help/en_US/gausswin.xml
@@ -17,47 +17,7 @@
<refnamediv>
<refname>gausswin</refname>
- <refpurpose>This function returns the filter coefficients of a Gaussian window.</refpurpose>
+ <refpurpose>This function is used to generate the gaussian window.</refpurpose>
</refnamediv>
-
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- w = gausswin (m)
- w = gausswin (m, a)
- </synopsis>
-</refsynopsisdiv>
-
-<refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry><term>m:</term>
- <listitem><para> positive integer value</para></listitem></varlistentry>
- <varlistentry><term>a:</term>
- <listitem><para> </para></listitem></varlistentry>
- <varlistentry><term>w:</term>
- <listitem><para> output variable, vector of real numbers</para></listitem></varlistentry>
- </variablelist>
-</refsection>
-
-<refsection>
- <title>Description</title>
- <para>
-
-This function returns the filter coefficients of a Gaussian window of length m supplied as input, to the output vector w.
-The second parameter is the width measured in sample rate/number of samples and should be f for time domain and 1/f for frequency domain. The width is inversely proportional to a.
-</para>
-</refsection>
-
-<refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
-gausswin(3)
-//ans =
-//0.2493522
-//1.
-//0.2493522
- ]]></programlisting>
-</refsection>
</refentry>