diff options
author | Rashmi Patankar | 2025-04-30 15:01:49 +0530 |
---|---|---|
committer | GitHub | 2025-04-30 15:01:49 +0530 |
commit | 0495a12104d8466509769fc34271757f00577709 (patch) | |
tree | cb208dd421d39051d85f4ef0476c9208ef2c41ab /macros/strips.sci | |
parent | a0bff158d21c2c12a12781bc5019f3a45bd866b2 (diff) | |
parent | ec6379e7494ff4ca2dc7c7524013d109be450bae (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-master.tar.gz FOSSEE-Signal-Processing-Toolbox-master.tar.bz2 FOSSEE-Signal-Processing-Toolbox-master.zip |
Fixed Failing test scripts
Diffstat (limited to 'macros/strips.sci')
-rw-r--r-- | macros/strips.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/strips.sci b/macros/strips.sci index 007787a..1030b35 100644 --- a/macros/strips.sci +++ b/macros/strips.sci @@ -29,6 +29,7 @@ function strips(x,sd,Fs,scale) //If x has complex entries, only the real part of those entries are considered //Author //Ankur Mallick + funcprot(0); if(argn(2)<1|argn(2)>4) error('Incorrect number of input arguments.'); |