-
ACE-Tutoris
Adaptive Communication Environment
- 2012-10-16 14:35:30下载
- 积分:1
-
xiangjiao
重点介绍Matlab软件在橡胶材料变形测量中的应用,主要通过相关法来实现的(Introduces Matlab software and its application in the measurement of rubber material deformation, mainly realizes through the correlation method)
- 2014-11-22 15:13:18下载
- 积分:1
-
jsq
运用用MATLAB编程的小型计算器,能够运行简单的加减乘除等运算(Use with MATLAB programming small calculator, able to run, such as simple addition and subtraction, multiplication and division operations)
- 2009-04-18 16:42:38下载
- 积分:1
-
gabor_Sample
使用Matlab編寫的Gabor Filter範例程式(Matlab Gabor Filter Sample)
- 2011-11-14 14:42:16下载
- 积分:1
-
charging
该仿真为MATLAB仿真,关于充电桩的仿真,简单,可以运行(it is model on charging system ,it is simple and easy to understang.)
- 2016-03-04 09:52:58下载
- 积分:1
-
K2
说明: 基于KALMAN滤波的MEMS陀螺仪滤波算法,陀螺仪滤波算法matlab实现(Based on KALMAN filter MEMS gyroscope filter algorithm, gyroscope filter algorithm matlab realize)
- 2017-04-24 15:58:09下载
- 积分:1
-
mmq
使用MATLAB做图像处理,包括求灰度图、均衡化以及各种直方图,也可进行曲线拟合,求亮度曲面分布,和图像的均值与方差,便于学习(Use MATLAB to do image processing, including seeking grayscale, and a variety of histogram equalization, but also for curve fitting, seeking surface brightness distribution, and the mean and variance of the image, easy to learn)
- 2014-12-18 20:16:28下载
- 积分:1
-
TSP(GA)
遗传算法求tsp问题及其matlab代码实现
主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same.
)
- 2015-01-27 19:23:01下载
- 积分:1
-
AACEncode
This program compress audio to AAC encoding format .
It is developed by visual studio 2010.
And written language C++.
- 2014-01-15 09:38:26下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1