summaryrefslogtreecommitdiff
path: root/help/en_US/hanning.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/hanning.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/hanning.xml')
-rw-r--r--help/en_US/hanning.xml27
1 files changed, 1 insertions, 26 deletions
diff --git a/help/en_US/hanning.xml b/help/en_US/hanning.xml
index 5350656..dc1e475 100644
--- a/help/en_US/hanning.xml
+++ b/help/en_US/hanning.xml
@@ -17,32 +17,7 @@
<refnamediv>
<refname>hanning</refname>
- <refpurpose>Return the filter coefficients of a Hanning window of length M</refpurpose>
+ <refpurpose></refpurpose>
</refnamediv>
-
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- hanning (M)
- hanning (M, "periodic")
- hanning (M, "symmetric")
- </synopsis>
-</refsynopsisdiv>
-
-<refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry><term>M:</term>
- <listitem><para> real scalar, which will be the length of hanning window</para></listitem></varlistentry>
- </variablelist>
-</refsection>
-
-<refsection>
- <title>Description</title>
- <para>
-Return the filter coefficients of a Hanning window of length M.
-If the optional argument "periodic" is given, the periodic form of the window is returned. This is equivalent to the window of length M+1 with the last coefficient removed. The optional argument "symmetric" is equivalent to not specifying a second argument.
-</para>
-</refsection>
</refentry>