代码搜索:SWITCHING
找到约 1,142 项符合「SWITCHING」的源代码
代码结果 1,142
www.eeworm.com/read/322305/7072578
m mrs_est.m
function [Ksi_tT,Param,P,Ksi_t1t_10,LogL]=mrs_est(Data,Model,startParam,startP,startKsi_t1t_10)
%MRS_EST Estimate 2-state (Markov) regime switching model.
% [KSI_TT,PARAM,P]=MRS_EST(DATA,MODEL) r
www.eeworm.com/read/460712/7105557
m chap5_4main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.001:5]';
T1(1:5001)=0;
T1=T1';
T2=T1;
T=[T1 T2];
k(1:5001)=0;
k=k';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/460712/7105560
m chap5_8main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
theta1(1:101)=0;
theta1=theta1';
theta2=theta1;
theta=[theta1 theta2];
%%%%%%%
www.eeworm.com/read/449504/7502136
m tvp_markov_lik.m
function like = tvp_markov_lik(parm,y,x,start,b0,v0)
% PURPOSE: log-likelihood for Markov-switching TVP model
% model: y(t) = X(t) b(t) + e(t)
% b(t) = A_st b(t-1) + G_st v(t)
% e(t
www.eeworm.com/read/439271/7713590
m chap5_4main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.001:5]';
T1(1:5001)=0;
T1=T1';
T2=T1;
T=[T1 T2];
k(1:5001)=0;
k=k';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/439271/7713593
m chap5_8main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
theta1(1:101)=0;
theta1=theta1';
theta2=theta1;
theta=[theta1 theta2];
%%%%%%%
www.eeworm.com/read/492929/6414180
m tvp_markov_lik.m
function like = tvp_markov_lik(parm,y,x,start,b0,v0)
% PURPOSE: log-likelihood for Markov-switching TVP model
% model: y(t) = X(t) b(t) + e(t)
% b(t) = A_st b(t-1) + G_st v(t)
% e(t
www.eeworm.com/read/403569/11514666
m chap5_4main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.001:5]';
T1(1:5001)=0;
T1=T1';
T2=T1;
T=[T1 T2];
k(1:5001)=0;
k=k';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/403569/11514669
m chap5_8main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
theta1(1:101)=0;
theta1=theta1';
theta2=theta1;
theta=[theta1 theta2];
%%%%%%%
www.eeworm.com/read/460712/7105588
m chap5_1main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:3]';
k(1:301)=0; %Total initial points
k=k';
T1(1:301)=0;
T1=T1';
T2=T1;
T=[T1 T2];
%%%%%%%%%%%%%%%