|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
能用MATLAB函数 y=simout;>> fs=1000;
>> n=0:1/fs:1;
>> nfft=512;
>> window=boxcar(100);%矩形窗
>> noverlap=20;
>> range=' half' ;
>> [Pxx,f]=pwelch(y,window,noverlap,nfft,Fs,range);
用这个程序总是报错 错误是
??? Error using ==> welchparse at 36
The length of the segments cannot be greater than the length of the input signal.
Error in ==> welch at 40
[x,M,isreal_x,y,Ly,win,winName,winParam,noverlap,k,L,options] = ...
Error in ==> pwelch at 121
[varargout{1:nargout}] = welch(x,esttype,varargin{:});大神解释一下吧 很着急!!!!!
|
-
-
模型.zip
7.04 KB, 下载次数: 6
MATLAB模型 参数
|