From e45d49436cfaa087fe032c9f06d8603885fb93b3 Mon Sep 17 00:00:00 2001 From: Abinash Singh Date: Tue, 18 Mar 2025 23:00:13 +0530 Subject: droped invimpinvar.sci from v1 release --- macros/invimpinvar.sci | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/macros/invimpinvar.sci b/macros/invimpinvar.sci index b94a8b0..c854324 100644 --- a/macros/invimpinvar.sci +++ b/macros/invimpinvar.sci @@ -32,6 +32,10 @@ */ function [b_out, a_out] = invimpinvar (b_in, a_in, fs, tol) + error("invimpinvar: Missing functionality not implemented in this release .Will be Available soon "); +endfunction +// FIXME : fix filter function first . till then drop this fun +/* if (nargin <2) error("invimpinvar: Insufficient input arguments"); end @@ -82,7 +86,7 @@ function [b_out, a_out] = invimpinvar (b_in, a_in, fs, tol) b_out = polyreduce(b_out); endfunction - +*/ // Inverse function of z_res (see impinvar source) function [r_out, sm_out, k_out] = inv_z_res (r_in,p_in,ts) -- cgit