-
SGAPID
简单遗传算法实现PID 代码有完整注释 可以在MATLAB上运行(Simple genetic algorithm PID a complete code to run in MATLAB comments)
- 2011-10-25 18:48:32下载
- 积分:1
-
jacobi.tar
Implementations of Jacobi, Newton and Newton-Euler methods in Matlab. Include routines to visualize the results as well to save them into Matlab data files.
- 2010-03-03 22:39:47下载
- 积分:1
-
Pu_search
说明: DOA估计算法中利用该函数进行谱峰搜索,效果较好(DOA estimation algorithm using the function in the spectral peak searching, better)
- 2011-03-06 16:18:11下载
- 积分:1
-
bfgs
采用Bfgs算法解决光滑的半监督支持向量机,并采用不同的光滑函数进行比较(Using Bfgs algorithm to solve the smooth semi-supervised support vector machines, and using smooth function to compare different)
- 2014-02-11 21:10:45下载
- 积分:1
-
MATLAB
用蚁群算法对机械臂的路径进行仿真规划,同时基于MATLAB进行仿真,并附有相应的源代码(Ant colony algorithm to simulate robotic path planning, and MATLAB-based simulation, together with the corresponding source code)
- 2020-09-24 21:07:55下载
- 积分:1
-
test-function
用于测试优化算法好坏的测试函数,包括多峰测试函数和单峰测试函数若干!(Optimization algorithms for testing the quality of test functions)
- 2021-04-02 12:39:07下载
- 积分:1
-
we
说明: 七单元天线阵DOA估计
clear clc
d=1 天线阵元的间距
lma=2 信号中心波长
q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向
A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子
A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)]
A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)]
A4=[exp(-2*pi*j*d*[0:6]*cos(q4)/lma)]
A=[A1,A2,A3,A4] 得出A矩阵
n=1:1900
v1=.015 四信号的频率
v2=.05
v3=.02
v4=.035
d=[1.3*cos(v1*n) 1*sin(v2(we)
- 2010-05-06 15:26:50下载
- 积分:1
-
RegularImmutableSortedSet
An immutable sorted set with one or more elements.
- 2014-01-17 14:16:17下载
- 积分:1
-
r_egykq2
使用GUI实现的串口编程例子,MATLAB调试环境下的多路串口数据实时绘图显示,具有良好的界面,使用了gpFzXf协议和 gpFzXf协议进行传输。
(GUI programming examples use the serial implementation, multi-channel serial data in real-time graphics display MATLAB debugging environment, has a good interface, use the gpFzXf and gpFzXf protocol for transmission protocol.
)
- 2016-01-11 22:00:38下载
- 积分:1
-
wolf
研究混沌参数,应用wolf法求得最大的LYAPUNOV指数的程序。(The study chaotic parameter applications wolf obtained by the largest LYAPUNOV index procedure.)
- 2012-10-06 15:08:36下载
- 积分:1