diff options
Diffstat (limited to 'help/en_US/ultrwin.xml')
-rw-r--r-- | help/en_US/ultrwin.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/help/en_US/ultrwin.xml b/help/en_US/ultrwin.xml index 16c6400..fce80c5 100644 --- a/help/en_US/ultrwin.xml +++ b/help/en_US/ultrwin.xml @@ -20,52 +20,4 @@ <refpurpose>This function returns the coefficients of an Ultraspherical window.</refpurpose> </refnamediv> - -<refsynopsisdiv> - <title>Calling Sequence</title> - <synopsis> - w = ultrwin (m, mu, par) - w = ultrwin (m, mu, par, key) - w = ultrwin (m, mu, par, key, norm) - [w, xmu] = ultrwin (...) - </synopsis> -</refsynopsisdiv> - -<refsection> - <title>Parameters</title> - <variablelist> - <varlistentry><term>m:</term> - <listitem><para> positive integer value</para></listitem></varlistentry> - <varlistentry><term>mu:</term> - <listitem><para> </para></listitem></varlistentry> - <varlistentry><term>par:</term> - <listitem><para> </para></listitem></varlistentry> - <varlistentry><term>key:</term> - <listitem><para> </para></listitem></varlistentry> - <varlistentry><term>norm:</term> - <listitem><para> </para></listitem></varlistentry> - </variablelist> -</refsection> - -<refsection> - <title>Description</title> - <para> -This is an Octave function. -This function returns the coefficients of an Ultraspherical window of length m supplied as input, to the output vector w. -The second parameter controls the ratio between side lobe to side lobe of the window's Fourier transform. -The third parameter controls the ratio between main lobe width to side lobe. The default value is beta. -The value of xmu is also returned for given beta, att or latt. -</para> -</refsection> - -<refsection> - <title>Examples</title> - <programlisting role="example"><![CDATA[ -ultrwin(3,-0.4,0.5) -ans = -- 1. -1. -- 1. - ]]></programlisting> -</refsection> </refentry> |