summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros/impinvar.sci6
1 files changed, 4 insertions, 2 deletions
diff --git a/macros/impinvar.sci b/macros/impinvar.sci
index 0e8b29b..57fdb88 100644
--- a/macros/impinvar.sci
+++ b/macros/impinvar.sci
@@ -32,7 +32,9 @@ Dependencies
*/
function [b_out, a_out] = impinvar (b_in, a_in, fs , tol)
-
+ error("impinvar: Missing functionality .This function is not implemented yet. Will available in next release");
+endfunction
+/*
if (nargin <2)
error ("impinvar: Insufficient input arguments");
end
@@ -85,7 +87,7 @@ function [b_out, a_out] = impinvar (b_in, a_in, fs , tol)
// Shift results right to account for calculating in z instead of z^-1
b_out($)=[];
endfunction
-
+*/
// Convert residue vector for single and multiple poles in s-domain (located at sm) to
// residue vector in z-domain. The variable k is the direct term of the result.