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/pmusic.sci | |
parent | a0bff158d21c2c12a12781bc5019f3a45bd866b2 (diff) | |
parent | ec6379e7494ff4ca2dc7c7524013d109be450bae (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-0495a12104d8466509769fc34271757f00577709.tar.gz FOSSEE-Signal-Processing-Toolbox-0495a12104d8466509769fc34271757f00577709.tar.bz2 FOSSEE-Signal-Processing-Toolbox-0495a12104d8466509769fc34271757f00577709.zip |
Fixed Failing test scripts
Diffstat (limited to 'macros/pmusic.sci')
-rw-r--r-- | macros/pmusic.sci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/pmusic.sci b/macros/pmusic.sci index 986138a..eddecfe 100644 --- a/macros/pmusic.sci +++ b/macros/pmusic.sci @@ -61,7 +61,6 @@ function varargout = pmusic(varargin) //x = cos(0.257*%pi*n) + sin(0.2*%pi*n) + 0.01*rand(size(n,"r"),"normal"); //[S,w]=pmusic(x,[%inf,1.1],[],8000,2) ;//where x: [1x200 constant] p:-infinite signal space and threshold value is 1.1 window length:-7 Fs:-8000Hz........fftlength:-256 //plot(w,S);.........to see the plot of psuedospectrum estimate of x vs frequencies w - // //Ex2: // n = 0:199; // x = cos(0.257*%pi*n) + sin(0.2*%pi*n) ; |