From 11f08cc395ea1b0de77af3dbb87a985418fc3800 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 24 Nov 2017 19:19:30 +0530 Subject: Created xml help files --- help/en_US/ellipap.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 help/en_US/ellipap.xml (limited to 'help/en_US/ellipap.xml') diff --git a/help/en_US/ellipap.xml b/help/en_US/ellipap.xml new file mode 100644 index 0000000..597a4c1 --- /dev/null +++ b/help/en_US/ellipap.xml @@ -0,0 +1,68 @@ + + + + + + + + ellipap + Designs a lowpass analog elliptic filter. + + + + + Calling Sequence + + [z, p, g] = ellipap (n, Rp, Rs) + [z, p] = ellipap (n, Rp, Rs) + z = ellipap (n, Rp, Rs) + + + + + Parameters + + n: + Filter Order + Rp: + Peak-to-peak passband ripple + Rs: + Stopband attenuation + + + + + Description + +This is an Octave function. +It designs a lowpass analog elliptic filter of nth order, with a Peak-to-peak passband ripple of Rp and a stopband attenuation of Rs. + + + + + Examples + + + -- cgit