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/zp2tf.html | 93 --------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/zp2tf.html (limited to 'help/en_US/scilab_en_US_help/zp2tf.html') diff --git a/help/en_US/scilab_en_US_help/zp2tf.html b/help/en_US/scilab_en_US_help/zp2tf.html deleted file mode 100644 index cd1078a..0000000 --- a/help/en_US/scilab_en_US_help/zp2tf.html +++ /dev/null @@ -1,93 +0,0 @@ - - - zp2tf - - - -
- - - - -
- << zp2ss - - - FOSSEE Signal Processing Toolbox - - - zplane >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > zp2tf - -

-

zp2tf

-

Converts zeros / poles to a transfer function.

- - -

Calling Sequence

-
[num, den] = zp2tf (z, p, k)
-num = zp2tf (z, p, k)
- -

Parameters

-
z: -

Zeros

-
p: -

Poles

-
k: -

Leading coefficient

-
Num: -

Numerator of the transfer function

-
den: -

Denomenator of the transfer function

- -

Description

-

This is an Octave function. -It converts zeros / poles to a transfer function.

- -

Examples

-
z = [1 2 3]
-p = [4 5 6]
-k = 5
-[num, den] = zp2tf (z, p, k)
-num =
-
-5  -30   55  -30
-
-den =
-
-1   -15    74  -120
-
- -
- - - - - - -
Report an issue
- << zp2ss - - - FOSSEE Signal Processing Toolbox - - - zplane >> - -
-
-
- - -- cgit