-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1
-
DDS_System
学校电子设计竞赛时做的一个小DDS系统,功能较全,基于DSPBuilder,在MatLab R2009b中仿真通过(Electronic Design Competition when schools do a small DDS system function than the whole, based on DSPBuilder, in the simulation in MatLab R2009b by)
- 2010-11-27 09:24:32下载
- 积分:1
-
1
说明: 简单的404错误页面,用途网站优化,可以增加您的网站权重。(Simple 404 error page, use Website Optimizer, you can increase your website weights.)
- 2013-11-20 09:35:12下载
- 积分:1
-
1001-0548(2013)03-0355-05
认知无线电系统中存在载波频偏的OFDM频谱感知技术1001-0548(2013)03-0355-05
(OFDM Signal Sensing Scheme for Cognitive Radio in the Presence of Carrier
Frequency Offset.)
- 2014-02-01 23:34:00下载
- 积分:1
-
基于扩张观测器的PID控制
一类基于扩张观测器的PID控制算法。Matlab编写的代码,测试效果良好。(A Kind of PID Control Algorithm Based on Expanded Observer. Matlab prepared by the code, the test results are good.)
- 2021-01-05 19:28:54下载
- 积分:1
-
bisect
用数值分析中的二分法求解函数值。很简单,但是正确,可以直接使用(bisect)
- 2009-11-07 11:41:58下载
- 积分:1
-
demo-example-5
Demo emf source code 5
- 2011-06-04 17:15:59下载
- 积分:1
-
灰色关联度矩阵
灰色关联度矩阵的算法,有一定的可取性,替换数字即可,用法简单。(The algorithm of grey correlation degree has certain desirability.)
- 2018-11-24 10:38:26下载
- 积分:1
-
TimeOptCargrogReadme
Program
a.
Description: This source code program can produce a minimum-length trajectory for any two configurations.
b.
Size: 28kb
c.
Platform: Matlab 7.1.
d.
Major Component Description: 41 .m files in the folder .Program
- 2012-04-13 11:10:18下载
- 积分:1
-
apso
改进的粒子群算法--自适应粒子群算法,在普通的粒子群算法里面加入了熵和平均粒距的概念,收敛速度大大提高,而且不容易陷入局部最优,能更有效的解决复杂问题。(improved PSO-- Adaptive PSO. In a normal PSO which joined the entropy and the average particle from the concept of convergence speed, it is not easy to find the global optimum, the more effective solutions to complex problems.)
- 2021-04-03 23:29:05下载
- 积分:1