-
BaoHemiaoshu
此函数用来演示自动控制系统中的饱和非线性特性的描述函数
此函数是要调用输入的A矩阵中的元素
输入变量a,k的含义分别为:(This function is used to demonstrate automatic control system of the description of the saturation nonlinearity function this function is to call the input of the A element in the input variables a, k means are:)
- 2010-12-27 22:54:27下载
- 积分:1
-
LTE_prcdr
conventional precoder for LTE-A
- 2014-10-20 22:34:32下载
- 积分:1
-
Four_and_Eight_Neighbours_Connectivity
Matlab code for 4-connectivity and 8-connectivity neighbours
- 2013-10-20 17:40:03下载
- 积分:1
-
matlab版本的动态非结构网格划分程序
matlab版本的动态非结构网格划分程序,希望对你们有用,欢迎下载。(matlab version of the dynamic non-structural meshing program, I hope useful to you, welcome to download.)
- 2012-12-05 13:41:25下载
- 积分:1
-
《数字信号处理及其MATLAB实现》程序集(2004)
《数字信号处理及其MATLAB实现》程序集(2004)- Digital signal processing and MATLAB to achieve the assembly (2004)
- 2022-04-27 06:53:20下载
- 积分:1
-
VideoFrequencyTransformation
自编源码:读取 yuv 文件保存为Jpg图,实现视频文件的转化(Own-source: Read yuv files saved as Jpg map, realize the conversion of video files)
- 2007-10-18 15:05:32下载
- 积分:1
-
GA_main
说明: 遗传算法整套源程序,包括初始种群,计算适应度值,选择,交叉变异等(Genetic algorithm source code package, including the initial population, calculation of fitness value, selection, crossover and other variant)
- 2009-08-21 19:03:03下载
- 积分:1
-
GM
说明: 残差灰色模型的改进算法。可以得到高精确度的预测,很实用,并附有测试文件(Improved algorithm for gray model residuals. Can be predicted with high accuracy, very practical, with a test file)
- 2011-06-04 22:20:10下载
- 积分:1
-
TestProblemsforUnconstrainedOptimization
it contains many classic Test Problems for Unconstrained Optimization such as camel6,treccani,goldstein,branin,
shubert1,Ackley,dejong,dejong1,dejong2,
dpower,rastrigin,Griewangk,Schwefel,
rosenbrock2 and step.
the package have the contour and mesh figures of these problem.
it also give m files of these problems,and
you can easily get your view of figures.(it contains many classic for Test Problems Unconstrained Optimization such as camel6. treccani, goldstein, branin, shubert1, Ackley. dejong, dejong1, dejong2, dpower, rastrigin. Griewangk, Schwefel. rosenbrock2 and step. the package have the cont our mesh and figures of these problem. it also gi ve m files of these problems. and you can easily get your view of figures.)
- 2007-04-01 17:39:23下载
- 积分:1
-
image
MATLAB实用源代码
1.图像反转
MATLAB程序实现如下:
I=imread( xian.bmp )
J=double(I)
J=-J+(256-1) 图像反转线性变换
H=uint8(J)
subplot(1,2,1),imshow(I)
subplot(1,2,2),imshow(H) (matlab code)
- 2015-01-08 11:01:19下载
- 积分:1