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/cheb2ap.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 help/en_US/cheb2ap.xml (limited to 'help/en_US/cheb2ap.xml') diff --git a/help/en_US/cheb2ap.xml b/help/en_US/cheb2ap.xml new file mode 100644 index 0000000..0fcdd8f --- /dev/null +++ b/help/en_US/cheb2ap.xml @@ -0,0 +1,63 @@ + + + + + + + + cheb2ap + This function designs a lowpass analog Chebyshev type II filter. + + + + + Calling Sequence + + [z, p, g] = cheb2ap (n, Rs) + [z, p] = cheb2ap (n, Rs) + p = cheb2ap (n, Rs) + + + + + Parameters + + n: + Filter Order + Rs: + Stopband attenuation + z: + Zeros + p: + Poles + g: + Gain + + + + + Description + +This is an Octave function. +This function designs a lowpass analog Chebyshev type II filter of nth order and with a stopband attenuation of Rs. + + + + + Examples + + + -- cgit