diff options
Diffstat (limited to 'help/en_US/bohmanwin.xml')
-rw-r--r-- | help/en_US/bohmanwin.xml | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/help/en_US/bohmanwin.xml b/help/en_US/bohmanwin.xml index 082342d..77151da 100644 --- a/help/en_US/bohmanwin.xml +++ b/help/en_US/bohmanwin.xml @@ -17,44 +17,7 @@ <refnamediv> <refname>bohmanwin</refname> - <refpurpose>This function returns the filter coefficients of a Bohman window.</refpurpose> + <refpurpose></refpurpose> </refnamediv> - -<refsynopsisdiv> - <title>Calling Sequence</title> - <synopsis> - y = bohmanwin (m) - </synopsis> -</refsynopsisdiv> - -<refsection> - <title>Parameters</title> - <variablelist> - <varlistentry><term>m:</term> - <listitem><para> positive integer value</para></listitem></varlistentry> - <varlistentry><term>y:</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 Bohman window of length m supplied as input, to the output vector y. -</para> -</refsection> - -<refsection> - <title>Examples</title> - <programlisting role="example"><![CDATA[ -bohmanwin(4) -ans = -0. -0.6089978 -0.6089978 -0. - ]]></programlisting> -</refsection> </refentry> |