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/ellipap.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/ellipap.xml')
-rw-r--r-- | help/en_US/ellipap.xml | 53 |
1 files changed, 1 insertions, 52 deletions
diff --git a/help/en_US/ellipap.xml b/help/en_US/ellipap.xml index b0cc2fb..84220a6 100644 --- a/help/en_US/ellipap.xml +++ b/help/en_US/ellipap.xml @@ -17,58 +17,7 @@ <refnamediv> <refname>ellipap</refname> - <refpurpose>Produces a lowpass analog elliptic prototype filter.</refpurpose> + <refpurpose>Produces a lowpass analog prototype elliptic filter.</refpurpose> </refnamediv> - -<refsynopsisdiv> - <title>Calling Sequence</title> - <synopsis> - [z, p, g] = ellipap (n, Rp, Rs) - </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>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> -It gives a lowpass analog elliptic prototype filter of nth order, with a Peak-to-peak passband ripple of Rp dB and a stopband attenuation of Rs dB. -</para> -</refsection> - -<refsection> - <title>Examples</title> - <programlisting role="example"><![CDATA[ -n = 4; -Rp = 3; -Rs = 10; -[z, p, g] = ellipap (n, Rp, Rs) - ]]></programlisting> -</refsection> - - <refsection> - <title>Authors</title> - <simplelist type="vert"> - <member>Sonu Sharma, RGIT Mumbai</member> - <member>FOSSEE, IIT Bombay</member> - </simplelist> - </refsection> - </refentry> |