From 47535ab08afeb48fbb00f03e68d6ff973cf62cbd Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 10 Nov 2017 14:59:26 +0530 Subject: Functions added --- help/en_US/scilab_en_US_help/cheby2.html | 107 ------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/cheby2.html (limited to 'help/en_US/scilab_en_US_help/cheby2.html') diff --git a/help/en_US/scilab_en_US_help/cheby2.html b/help/en_US/scilab_en_US_help/cheby2.html deleted file mode 100644 index ae80925..0000000 --- a/help/en_US/scilab_en_US_help/cheby2.html +++ /dev/null @@ -1,107 +0,0 @@ - - - cheby2 - - - -
- - - - -
- << cheby1 - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - check >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > cheby2 -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > cheby2 ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

cheby2

-

This function generates a Chebyshev type II filter with rs dB of stopband attenuation.

- - -

Calling Sequence

-
[a, b] = cheby2 (n, rs, wc)
-[a, b] = cheby2 (n, rs, wc, "high")
-[a, b] = cheby2 (n, rs, [wl, wh])
-[a, b] = cheby2 (n, rs, [wl, wh], "stop")
-[a, b, c] = cheby2 (…)
-[a, b, c, d] = cheby2 (…)
-[…] = cheby2 (…, "s")
- -

Parameters

-
n: -

positive integer value

-
rp: -

non negative scalar value

-
w: -

vector, all elements must be in the range [0,1]

- -

Description

-

This is an Octave function. -This function generates a Chebyshev type II filter with rs dB of stopband attenuation. -The fourth parameter takes in high or low, default value is low. The cutoff is pi*Wc radians. -[b, a] = cheby2(n, Rp, [Wl, Wh]) indicates a band pass filter with edges pi*Wl and pi*Wh radians. -[b, a] = cheby2(n, Rp, [Wl, Wh], ’stop’) indicates a band reject filter with edges pi*Wl and pi*Wh radians. -[z, p, g] = cheby2(...) returns filter as zero-pole-gain rather than coefficients of the numerator and denominator polynomials. -[...] = cheby2(...,’s’) returns a Laplace space filter, w can be larger than 1. -[a,b,c,d] = cheby2(...) returns state-space matrices.

- -

Examples

-
[a,b,c]=cheby2(2,5,0.7,"high")
-a =
--0.31645 - 0.94861i  -0.31645 + 0.94861i
-b =
--0.39388 + 0.53138i  -0.39388 - 0.53138i
-c =  0.47528
-
- -
- - - - - - -
Report an issue
- << cheby1 - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - check >> - -
-
-
- - -- cgit