-
PSO
PSO Simple algorithm for optimization
- 2014-02-14 02:01:35下载
- 积分:1
-
Getneff
运用matlab,求解单模光纤的有效折射率,常用于BPM算法之中(Use matlab, solving the effective refractive index of single-mode fiber, commonly used in the BPM algorithm among)
- 2021-04-28 21:48:43下载
- 积分:1
-
one-RLS-algorithm
本程序为一个RLS自适应算法实现的MATLAB程序,此程序详细介绍了RLS算法的实现过程(This program is a RLS adaptive algorithm in the MATLAB program, this program introduces the process of RLS Algorithm)
- 2010-07-13 16:19:06下载
- 积分:1
-
Target
遗传算法程序,很实用,高人编程。有详细的程序注释,可以供参考(It compares the effects of early warning using BP Neural Network before and after the rank sum
test, sampling the listed companies in Shenzhen and Shanghai SecurityMarkets. The results showthat BP neural net-
work model has good application value to the warning for financial distress of China’s listed companies. Especially,
)
- 2010-09-30 21:39:21下载
- 积分:1
-
Mobile-and-Wireless-Communications-for-IMT-Advanc
Mobile and Wireless Communications for IMT-Advanced and Beyond. LTE basics
- 2014-01-01 15:02:43下载
- 积分:1
-
project3
machine learning algorithm source code: logistic regression in
MATLAB.
- 2015-04-08 11:15:48下载
- 积分:1
-
1
说明: 在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta ) (At the command window type the following content to be the graphics: [t, x] = ode45 (godhua, [0,10], [0,0,0,1]) subplot (131) plot (t, x (:, 4 )) xlabel (t) ylabel (y) subplot (132) plot (t, x (:, 1)) xlabel (t) ylabel (v) subplot (133) plot (t, x (:, 2)) xlabel ( t) ylabel (heta))
- 2007-12-09 20:16:04下载
- 积分:1
-
imgkmeans
将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用(The K means algorithm for image segmentation, the input is a color image, convert to grayscale image segmentation, the output of grayscale images. The use of gray as the characteristics of each pixel clustering, due to light and other reasons, and sometimes should belong to an object pixel, its gray value will also be very different, may lead to clustering of the pixel error has occurred. in the segmentation results, the surface, there would be different from other pixel noise points, so , the algorithm Finally, the results of a median filter to eliminate noise, to the role of smoothing the image)
- 2009-12-08 19:10:15下载
- 积分:1
-
fftdct
图像处理中用到的一些代码,在MATLAB环境下开发的。(image processing.)
- 2010-05-11 20:37:44下载
- 积分:1
-
Newton_Raphson
用牛顿拉夫森法计算非线性方程,方程简单易用。帮你解决非线性方程(Newton method with nonlinear equations La Fusen)
- 2010-07-25 19:32:47下载
- 积分:1