代码搜索:MTT
找到约 165 项符合「MTT」的源代码
代码结果 165
www.eeworm.com/read/386034/8770496
for mtt.for
www.eeworm.com/read/371640/9543542
for mtt.for
www.eeworm.com/read/355063/10298002
for mtt.for
www.eeworm.com/read/422314/10642855
for mtt.for
www.eeworm.com/read/421190/10751257
for mtt.for
www.eeworm.com/read/273177/10923896
for mtt.for
www.eeworm.com/read/443857/7621720
for mtt.for
www.eeworm.com/read/254415/12139056
for mtt.for
www.eeworm.com/read/197241/8010073
m mtt.m
function y = mtt(tt,a,T,delay)
m = zeros(length(tt),1);
for (i = 1:1:length(a))
m = m + a(i)*(u_step(tt,(i-1)*T+delay) - u_step(tt,(i-1)*T + 1+delay));
end;
y = m;
end;
www.eeworm.com/read/230295/14293969
m mtt.m
function t=mtt(a,b)
%MTT Moving-t test
% load ltzhshshl
% x=z;
% for i=1:55
% a=x(1:i);
% b=x(i:55);
% c(i)=mtt(a,b);
% end
n1=length(a);
n2=length(b);
c=(n1+n2)/(n1*n2);