diff options
author | ttt | 2018-12-06 13:42:14 +0530 |
---|---|---|
committer | ttt | 2018-12-06 13:42:14 +0530 |
commit | d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch) | |
tree | fdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/cheb1ap.xml | |
parent | 3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.gz FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.bz2 FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.zip |
code by jitendra and added more test4.sce
Diffstat (limited to 'help/en_US/cheb1ap.xml')
-rw-r--r-- | help/en_US/cheb1ap.xml | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/help/en_US/cheb1ap.xml b/help/en_US/cheb1ap.xml index beae9a2..f0688d5 100644 --- a/help/en_US/cheb1ap.xml +++ b/help/en_US/cheb1ap.xml @@ -17,55 +17,7 @@ <refnamediv> <refname>cheb1ap</refname> - <refpurpose>Produces a lowpass analog Chebyshev type I prototype filter.</refpurpose> + <refpurpose>This function designs a lowpass analog Chebyshev type I filter.</refpurpose> </refnamediv> - -<refsynopsisdiv> - <title>Calling Sequence</title> - <synopsis> - [z, p, g] = cheb1ap (n, Rp) - </synopsis> -</refsynopsisdiv> - -<refsection> - <title>Parameters</title> - <variablelist> - <varlistentry><term>n:</term> - <listitem><para> Filter Order</para></listitem></varlistentry> - <varlistentry><term>Rp:</term> - <listitem><para> Peak-to-peak passband ripple 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> -It gives a lowpass analog Chebyshev type I prototype filter of nth order and with a Peak-to-peak passband ripple of Rp. -</para> -</refsection> - -<refsection> - <title>Examples</title> - <programlisting role="example"><![CDATA[ -n = 10 ; -Rp = 3 ; -[z, p, g] = cheb1ap (n, Rp) - ]]></programlisting> -</refsection> - - <refsection> - <title>Authors</title> - <simplelist type="vert"> - <member>Sonu Sharma, RGIT Mumbai</member> - <member>FOSSEE, IIT Bombay</member> - </simplelist> - </refsection> - </refentry> |