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