-
m4
说明: 神经网络控制源程序,徐丽娜神经网络配套程序(Neural network control source program, xu ln neural network supporting program)
- 2015-03-12 16:36:37下载
- 积分:1
-
GMM_EM
E-step and M-step in GMM
- 2010-11-17 03:29:50下载
- 积分:1
-
dSPACE-ControlDesk_GUIDE
dSPACE实时仿真系统是由德国dSPACE公司开发的一套基于MATLAB/Simulink的控制系统开发及半实物仿真的软硬件工作平台,实现了和MATLAB/Simulink/RTW的完全无缝连接。dSPACE实时系统拥有实时性强,可靠性高,扩充性好等优点。dSPACE硬件系统中的处理器具有高速的计算能力,并配备了丰富的I/O支持,用户可以根据需要进行组合;软件环境的功能强大且使用方便,包括实现代码自动生成/下载和试验/调试的整套工具。dSPACE软硬件目前已经成为进行快速控制原型验证和半实物仿真的首选实时平台。本文件为dSPACE-controldesk基础教程
(dSPACE real-time simulation system is developed by the German a dSPACE-based MATLAB/Simulink control system development and semi-physical simulation platform of hardware and software work to achieve and MATLAB/Simulink/RTW' s completely seamless. dSPACE real-time system with real-time, high reliability, scalability and good. dSPACE processor hardware system with high-speed computing power, and with a wealth of I/O support, users can be combined as needed powerful software environment and easy to use, including the realization of automatic code generation/download and test/debug set of tools. dSPACE software and hardware has become a fast control loop simulation and prototyping real-time platform of choice.)
- 2010-12-09 23:29:07下载
- 积分:1
-
matlabformimo2x2
mimo2x2天线选择系统的全系统matlab程序,先前的是dsp程序.(Antenna Selection mimo2x2 system matlab system-wide procedures, the previous procedure is dsp.)
- 2009-01-29 11:25:11下载
- 积分:1
-
3-boolean.m.tar
This code shows you how perform various boolean operation on sets using level set functions.
- 2012-06-22 18:07:31下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
metalcontrast
计算金属介电常数,用matlab模拟金属介电常数(The calculated metal dielectric constant, using matlab simulation of metal permittivity)
- 2013-03-07 09:59:32下载
- 积分:1
-
Multi-User-Diversity-vs
In a multiple transmit antenna, single antenna per receiver downlink channel with limited channel state feedback, we consider the following question: given a constraint on the total system-wide feedback load, is it referable to get low-rate/coarse channel feedback from a large number of receivers or high-rate/high-quality feedback from a smaller number of receivers? Acquiring feedback from many receivers allows multi-user diversity to be exploited, while high-rate feedback allows
for very precise selection of beamforming directions. We show that there is a strong preference for obtaining high-quality feedback, and that obtaining near-perfect channel information from as many receivers as possible provides a significantly larger sum rate than collecting a few feedback bits from a large number of users.
- 2013-11-08 12:10:41下载
- 积分:1
-
matlab_uart
matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的数据流控制;还包括:怎么用matlab发送手机短信的例程;这是学习matlab访问系统硬件的原理,不可多得的经典例程!(matlab serial port access procedures, including: open, close and clear the serial port object read serial port and write serial port serial data flow control also include: how to send SMS using matlab routine it is to learn the principle of the hardware to access the system matlab , rare classic routines!)
- 2010-01-25 11:20:38下载
- 积分:1
-
MATLAB_2
matlab的命令大全,对于matlab命令英文解释不习惯的人,用这个很方便,是一本很不错的入门书籍。(matlab learning books, use for matlab is not very understanding person, with this very convenient, is a very good master entry plus books.)
- 2010-05-21 14:57:02下载
- 积分:1