summaryrefslogtreecommitdiff
path: root/help/en_US/blackmanharris.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/blackmanharris.xml')
-rw-r--r--help/en_US/blackmanharris.xml44
1 files changed, 1 insertions, 43 deletions
diff --git a/help/en_US/blackmanharris.xml b/help/en_US/blackmanharris.xml
index 25e09e2..98cafff 100644
--- a/help/en_US/blackmanharris.xml
+++ b/help/en_US/blackmanharris.xml
@@ -17,49 +17,7 @@
<refnamediv>
<refname>blackmanharris</refname>
- <refpurpose>This function returns the filter coefficients of a Blackman-Harris window.</refpurpose>
+ <refpurpose></refpurpose>
</refnamediv>
-
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- w = blackmanharris (m)
- w = blackmanharris (m, opt)
- </synopsis>
-</refsynopsisdiv>
-
-<refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry><term>m:</term>
- <listitem><para> positive integer value</para></listitem></varlistentry>
- <varlistentry><term>opt:</term>
- <listitem><para> string value, takes "periodic" or "symmetric"</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 is an Octave function.
-This function returns the filter coefficients of a Blackman-Harris window of length m supplied as input, to the output vector w.
-The second parameter can take the values "periodic" or "symmetric", depending on which the corresponding form of window is returned. The default is symmetric.
-</para>
-</refsection>
-
-<refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
-blackmanharris(5,"periodic")
-ans =
-0.00006
-0.1030115
-0.7938335
-0.7938335
-0.1030115
- ]]></programlisting>
-</refsection>
</refentry>