diff options
author | Abinash Singh | 2025-03-18 23:02:05 +0530 |
---|---|---|
committer | GitHub | 2025-03-18 23:02:05 +0530 |
commit | a9ab1158be6a5057cb9693c84c0355b99340857a (patch) | |
tree | 2f0d5193acebba1e16bec942d1384374e832eb1a /macros | |
parent | e45d49436cfaa087fe032c9f06d8603885fb93b3 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-a9ab1158be6a5057cb9693c84c0355b99340857a.tar.gz FOSSEE-Signal-Processing-Toolbox-a9ab1158be6a5057cb9693c84c0355b99340857a.tar.bz2 FOSSEE-Signal-Processing-Toolbox-a9ab1158be6a5057cb9693c84c0355b99340857a.zip |
droped impinvar.sci in v1 release
Diffstat (limited to 'macros')
-rw-r--r-- | macros/impinvar.sci | 6 |
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. |