From 2c5902040b960ccca8d0b51c58c00fc114a09518 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 9 Nov 2017 15:24:34 +0530 Subject: czt, dst1, fwht, hilbert1, ifht, ifwht, invfreq, rceps --- help/en_US/scilab_en_US_help/besself.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/besself.html') diff --git a/help/en_US/scilab_en_US_help/besself.html b/help/en_US/scilab_en_US_help/besself.html index 0dc427b..f7e7682 100644 --- a/help/en_US/scilab_en_US_help/besself.html +++ b/help/en_US/scilab_en_US_help/besself.html @@ -16,7 +16,7 @@ - FOSSEE Signal Processing Toolbox + FOSSEE Signal Processing Toolbox @@ -29,7 +29,7 @@ - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > besself + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > besself

besself

@@ -73,7 +73,7 @@ The third parameter takes in high or low, the default value being low. The cutof - FOSSEE Signal Processing Toolbox + FOSSEE Signal Processing Toolbox -- cgit 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/besself.html | 87 ------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/besself.html (limited to 'help/en_US/scilab_en_US_help/besself.html') diff --git a/help/en_US/scilab_en_US_help/besself.html b/help/en_US/scilab_en_US_help/besself.html deleted file mode 100644 index f7e7682..0000000 --- a/help/en_US/scilab_en_US_help/besself.html +++ /dev/null @@ -1,87 +0,0 @@ - - - besself - - - -
- - - - -
- << bartlett - - - FOSSEE Signal Processing Toolbox - - - bitrevorder >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > besself - -

-

besself

-

This function generates a Bessel filter.

- - -

Calling Sequence

-
[a, b] = besself(n, w)
-[a, b] = besself (n, w, "high")
-[a, b, c] = besself (…)
-[a, b, c, d] = besself (…)
-[…] = besself (…, "z")
- -

Parameters

-
n: -

positive integer value

-
w: -

positive real value

- -

Description

-

This is an Octave function. -This function generates a Bessel filter. The default is a Laplace space (s) filter. -The third parameter takes in high or low, the default value being low. The cutoff is pi*Wc radians. -[z,p,g] = besself(...) returns filter as zero-pole-gain rather than coefficients of the numerator and denominator polynomials. -[...] = besself(...,’z’) returns a discrete space (Z) filter. w must be less than 1. -[a,b,c,d] = besself(...) returns state-space matrices.

- -

Examples

-
[a,b]=besself(2,3,"low")
-a =  9.0000
-b =
-1.0000   5.1962   9.0000
-
- -
- - - - - - -
Report an issue
- << bartlett - - - FOSSEE Signal Processing Toolbox - - - bitrevorder >> - -
-
-
- - -- cgit