summaryrefslogtreecommitdiff
path: root/macros/zplane.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/zplane.sci')
-rw-r--r--macros/zplane.sci32
1 files changed, 14 insertions, 18 deletions
diff --git a/macros/zplane.sci b/macros/zplane.sci
index 696fef0..f0eae4f 100644
--- a/macros/zplane.sci
+++ b/macros/zplane.sci
@@ -1,21 +1,3 @@
-//Pole-Zero plot for Discrete time systems
-
-//Calling Sequence
-//zplane(z)
-//zpalne(z,p)
-
-//Parameters:
-//z: vector containing numerator coefficients
-//p: vector containing denumerator coefficients
-
-//Description:
-//This function gives pole zero plote of discrete time systems
-
-//Example :
-//zplane([1 2 3],[4 5 6])
-//Output :
-//Output is pole zero plot of respective discrete time system.
-
//**************************************************************************************************
@@ -45,6 +27,20 @@
//**************************************************************************************************
function zplane(z,varargin)
+//Pole-Zero plot for Discrete time systems
+//Calling Sequence
+//zplane(z)
+//zpalne(z,p)
+//Parameters:
+//z: vector containing numerator coefficients
+//p: vector containing denumerator coefficients
+//Description:
+//This function gives pole zero plote of discrete time systems
+//Example :
+//zplane([1 2 3],[4 5 6])
+//Output :
+//Output is pole zero plot of respective discrete time system.
+
funcprot(0);