-
update_megacores
基于matlab和dsp builder的update_megacores详解,主要解决的是update_megacores的问题(Based on matlab and dsp builder of update_megacores explain, the main problem lies in the question of update_megacores)
- 2008-04-06 22:14:52下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
BP
说明: 使用matlab编写的BP神经网络的算法,使用单隐层的网络,其中包括一个实例文件,对20个数据作分类。(Prepared using matlab algorithm BP neural network, using a single hidden layer networks, including an instance of the file, the data for 20 categories.)
- 2010-04-01 15:22:58下载
- 积分:1
-
binauraltoolbox
it includes several useful matlab codes such as correlogram & noise maker and ...
- 2014-02-11 06:53:11下载
- 积分:1
-
centrklipf0
Matlab simulinkMatlab center clipping
- 2009-03-10 19:13:09下载
- 积分:1
-
lmi-in-system-and-control
Linear Matrix Inequalities in
System and Control Theory
- 2013-10-23 20:00:09下载
- 积分:1
-
tzwqegui
重要参数的提取,调试通过可以使用,可以实现模式识别领域的数据的分类及回归,是国外的成品模型,多目标跟踪的粒子滤波器,包含位置式PID算法、积分分离式PID。( Extract important parameters, Debugging can be used, You can achieve data classification and regression pattern recognition, Foreign model is finished, Multi-target tracking particle filter, It contains positional PID algorithm, integral separate PID.)
- 2016-03-11 22:54:51下载
- 积分:1
-
ad-hoc-networks-routing
移动ad hoc网络路由协议仿真:包括AODV及DSR两种按需路由协议路由选择对比结果,随机节点分布状态下的路由决策机制
无线通信网络MAC层802.11协议仿真(Mobile ad hoc networks on demand routing protocols: including AODV and DSR schemes
path selection strategy under random mobile node deployment
wireless networks MAC layer 802.11 protocol)
- 2021-04-12 16:18:57下载
- 积分:1
-
sss
制作了一个可以模拟三维波浪图的matlab的程序,欢迎大家下载(Three dimensional wave diagram)
- 2021-04-02 21:19:06下载
- 积分:1
-
SVT_2009-05-20
这篇经典文章Exact Matrix Completion via Convex Optimization的源代码(This classic article Exact Matrix Completion via Convex Optimization of the source code)
- 2010-06-12 13:43:53下载
- 积分:1