From 6011540ce239922c0723ff2f1534e915b420cd1f Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 17 Jul 2018 18:02:33 +0530 Subject: remove autogenerated files remove execute permission from scilab files update macros/names fix build process by building macros before help --- help/en_US/scilab_en_US_help/residuez.html | 80 ------------------------------ 1 file changed, 80 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/residuez.html (limited to 'help/en_US/scilab_en_US_help/residuez.html') diff --git a/help/en_US/scilab_en_US_help/residuez.html b/help/en_US/scilab_en_US_help/residuez.html deleted file mode 100644 index 41b5738..0000000 --- a/help/en_US/scilab_en_US_help/residuez.html +++ /dev/null @@ -1,80 +0,0 @@ - - - residuez - - - -
- - - - -
- << residued - - - FOSSEE Signal Processing Toolbox - - - risetime >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > residuez - -

-

residuez

-

- - -

Calling Sequence

-
[r,p,f,m]=residuez(b,a)
- -

Parameters

-
b: -

Real or complex valued vector or matrix

-
a: -

Real or complex valued vector or matrix

- -

Description

-

This is an Octave function -It compute the PFE of filter H(z)= B(z)/A(z) where inputs b and a are vectors specifying the digital filter.

- -

Examples

-
1.    [a,b,c,d]=residuez([i 2i 3i; -4 1 4i],[1 2 3])
-a =  [0.6262 - 1.4412i;  -0.4039 + 1.4658i]
-b =  [-1.0000 - 1.4142i;  -1.0000 + 1.4142i]
-c =  [-0.22222 - 0.97531i   0.33333 + 0.51852i   0.00000 - 0.11111i;   0.00000 - 1.33333i]
-d =   1
-
- -
- - - - - - -
Report an issue
- << residued - - - FOSSEE Signal Processing Toolbox - - - risetime >> - -
-
-
- - -- cgit