summaryrefslogtreecommitdiff
path: root/macros/zp2tf.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/zp2tf.sci')
-rw-r--r--macros/zp2tf.sci4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/zp2tf.sci b/macros/zp2tf.sci
index 10da276..e276d5b 100644
--- a/macros/zp2tf.sci
+++ b/macros/zp2tf.sci
@@ -11,21 +11,17 @@
// Email: toolbox@scilab.in
function [num, den] = zp2tf (z, p, k)
//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 (Gain)
//Num: Numerator coefficients of the transfer function
//den: Denomenator coefficients of the transfer function
-
//Description
//It converts zeros / poles representation to transfer function representation.
-
//Examples
//z = [1 2 3]
//p = [4 5 6]