代码搜索:Robust

找到约 733 项符合「Robust」的源代码

代码结果 733
www.eeworm.com/read/438676/1824323

c robust.c

/***************************************** Copyright
www.eeworm.com/read/438676/1824339

h robust.h

/***************************************** Copyright
www.eeworm.com/read/412408/2170817

c robust.c

/***************************************** Copyright
www.eeworm.com/read/412408/2170833

h robust.h

/***************************************** Copyright
www.eeworm.com/read/407641/2261439

c robust.c

/***************************************** Copyright
www.eeworm.com/read/407641/2261455

h robust.h

/***************************************** Copyright
www.eeworm.com/read/358387/10190010

m robust design.m

clc %%%%%%%%%%%%%%%%%%%%求hinf%%%%%%%%%%%%%%%%%%%%%%%俞立线性矩阵不等式LMI解法中的一个算例的程序。请读者 %%%%%%%%%%%%%%%%%%%%自己去查找书中的算例,俞立的书中还有很多好的例子,他的书可供初学者仔细研读,希望大家能从本例中学到知识。。 A=[-0.2 -1;1 0]; B=[1;0]; C=[0 1]; D=[0]
www.eeworm.com/read/160620/10514087

pdf robust_dais.pdf

www.eeworm.com/read/461264/7230598

pro robust_sigma.pro

FUNCTION ROBUST_SIGMA,Y, ZERO=REF ; ;+ ; NAME: ; ROBUST_SIGMA ; ; PURPOSE: ; Calculate a resistant estimate of the dispersion of a distribution. ; EXPLANATION: ; For an uncontaminated distribution,
www.eeworm.com/read/461264/7230681

pro robust_linefit.pro

FUNCTION ROBUST_LINEFIT,XIN,YIN,YFIT,SIG,SS, NUMIT=THIS_MANY, BISECT=TYPE, $ Bisquare_Limit=Bisquare_Limit, $ Close_Factor=Close_Factor ;+ ; NAME: ;