summaryrefslogtreecommitdiff
path: root/help/en_US/wind.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/wind.xml')
-rw-r--r--help/en_US/wind.xml24
1 files changed, 4 insertions, 20 deletions
diff --git a/help/en_US/wind.xml b/help/en_US/wind.xml
index 19d4312..6402b7c 100644
--- a/help/en_US/wind.xml
+++ b/help/en_US/wind.xml
@@ -2,11 +2,11 @@
<!--
*
- * This help file was generated from window.sci using help_from_sci().
+ * This help file was generated from wind.sci using help_from_sci().
*
-->
-<refentry version="5.0-subset Scilab" xml:id="window" xml:lang="en"
+<refentry version="5.0-subset Scilab" xml:id="wind" 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"
@@ -16,7 +16,7 @@
xmlns:db="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>window</refname>
+ <refname>wind</refname>
<refpurpose>This function creates an m-point window from the function f given as input.</refpurpose>
</refnamediv>
@@ -33,7 +33,7 @@
<title>Parameters</title>
<variablelist>
<varlistentry><term>f:</term>
- <listitem><para> string value</para></listitem></varlistentry>
+ <listitem><para> string value/window name</para></listitem></varlistentry>
<varlistentry><term>m:</term>
<listitem><para> positive integer value</para></listitem></varlistentry>
<varlistentry><term>opts:</term>
@@ -46,22 +46,6 @@
<refsection>
<title>Description</title>
<para>
-This is an Octave function.
-This function creates an m-point window from the function f given as input, in the output vector w.
-f can take any valid function as a string, for example "blackmanharris".
</para>
</refsection>
-
-<refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
-window("hanning",5)
-ans =
-0.
-0.5
-1.
-0.5
-0.
- ]]></programlisting>
-</refsection>
</refentry>