diff options
Diffstat (limited to 'help/en_US/boxcar.xml')
-rw-r--r-- | help/en_US/boxcar.xml | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/help/en_US/boxcar.xml b/help/en_US/boxcar.xml index ad5da0a..f38bb7e 100644 --- a/help/en_US/boxcar.xml +++ b/help/en_US/boxcar.xml @@ -17,46 +17,7 @@ <refnamediv> <refname>boxcar</refname> - <refpurpose>This function returns the filter coefficients of a rectangular window.</refpurpose> + <refpurpose></refpurpose> </refnamediv> - -<refsynopsisdiv> - <title>Calling Sequence</title> - <synopsis> - y = boxcar (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 rectangular window of length m supplied as input, to the output vector y. -</para> -</refsection> - -<refsection> - <title>Examples</title> - <programlisting role="example"><![CDATA[ -boxcar(6) -ans = -1. -1. -1. -1. -1. -1. - ]]></programlisting> -</refsection> </refentry> |