-
Direct_RLS
RLS算法的MATLAB仿真程序,仅供参考。(Direct RLS)
- 2011-01-10 14:09:49下载
- 积分:1
-
PCA
图像处理中经典的PCA算法,几乎每一步的降维之前都要用到 实用性很强(PCA classical image processing algorithms, almost every step of dimension reduction should be used in very practical before)
- 2013-07-12 20:46:54下载
- 积分:1
-
Cognitive-radio
Cognitive Radio Comlete book
- 2014-08-30 01:59:50下载
- 积分:1
-
matlab3
matlab应用程序百例之图形处理篇和数值分析,适合初学者参考(matlab application 100 cases of graphics and numerical analysis of articles, suitable for beginners reference)
- 2010-03-09 19:49:04下载
- 积分:1
-
CIZHIHUIXIAN
一个新的画磁滞回线的方法,matlab,可以参考(A new method of drawing hysteresis loop, matlab, you can refer)
- 2020-08-03 19:08:34下载
- 积分:1
-
SUBTRACTIVE-CLUSTERING
SUBTRACTIVE CLUSTERING ALGORITHM
- 2014-02-20 10:47:06下载
- 积分:1
-
Asequence-basedembeddedDCTdomainwatermarkingalgori
,应用MATLAB仿真按序选择嵌入位的DCT变换算法,对仿真程序运行后的各种参数
和效果图的变化进行了分析;最后结合GUI开发设计出数字水印执行过程仿真控制界面,并用常见的水印攻击测试了该算
法的鲁棒性。(Application MATLAB simulation embedded spaces in sequence selection algorithm of DCT transform, simulation program running on the various parameters and the effect of changes in the map analysis Finally, the design of GUI development of the implementation of digital watermarking process simulation control interface, and common watermark attacks tested the robustness of the algorithm.)
- 2009-05-10 16:19:49下载
- 积分:1
-
MARC
基于李雅普诺夫稳定性分析的模型参考自适应系统仿真(Based on the lyapunov stability analysis model reference adaptive system simulation based on lyapunov stability analysis model reference adaptive system simulation
)
- 2012-06-20 20:35:54下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
Q-learning-algorithm
Q_Learning Algorithm and its application in cooperative multi robot task
- 2012-11-07 01:06:46下载
- 积分:1