summaryrefslogtreecommitdiff
path: root/help/en_US/cheb2ap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/cheb2ap.xml')
-rw-r--r--help/en_US/cheb2ap.xml50
1 files changed, 1 insertions, 49 deletions
diff --git a/help/en_US/cheb2ap.xml b/help/en_US/cheb2ap.xml
index 7035925..7319295 100644
--- a/help/en_US/cheb2ap.xml
+++ b/help/en_US/cheb2ap.xml
@@ -17,55 +17,7 @@
<refnamediv>
<refname>cheb2ap</refname>
- <refpurpose>Produces a lowpass analog Chebyshev type II prototype filter.</refpurpose>
+ <refpurpose>This function produces a lowpass analog Chebyshev type II prototype filter.</refpurpose>
</refnamediv>
-
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- [z, p, g] = cheb2ap (n, Rs)
- </synopsis>
-</refsynopsisdiv>
-
-<refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry><term>n:</term>
- <listitem><para> Filter Order</para></listitem></varlistentry>
- <varlistentry><term>Rs:</term>
- <listitem><para> Stopband attenuation in dB</para></listitem></varlistentry>
- <varlistentry><term>z:</term>
- <listitem><para> Zeros</para></listitem></varlistentry>
- <varlistentry><term>p:</term>
- <listitem><para> Poles</para></listitem></varlistentry>
- <varlistentry><term>g:</term>
- <listitem><para> Gain</para></listitem></varlistentry>
- </variablelist>
-</refsection>
-
-<refsection>
- <title>Description</title>
- <para>
-This function gives a lowpass analog Chebyshev type II prototpye filter of nth order and with a stopband attenuation of Rs.
-</para>
-</refsection>
-
-<refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
-n = 4;
-Rs = 10;
-[z, p, g] = cheb2ap (n, Rs)
- ]]></programlisting>
-</refsection>
-
- <refsection>
- <title>Authors</title>
- <simplelist type="vert">
- <member>Sonu Sharma, RGIT Mumbai</member>
- <member>FOSSEE, IIT Bombay</member>
- </simplelist>
- </refsection>
-
</refentry>