马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
function h1= nspab(data,nyy,minw,maxw,dt)
注释:
% [h,xs,w] = nspab(data,nyy,minw,maxw,t0,t1)
%
% Input-
% data - 2-D matrix data(n,k) of IMF components
% nyy - the frequency resolution
% minw - the minimum frequency
% maxw - the maximum frequency
% t0 - the start time
% t1 - the end time
调用时:
h = nspab(imf',500,0,500,dt);
请问 参数第一个500和dt何解?谢谢! |