-
IPToolbox
说明: 这是一个国外的DST的Matlab工具箱,很全面的反映了dempster-shafer理论,是学习DST的权威工具箱(This is a foreign DST toolbox of Matlab, it is a comprehensive reflection of dempster-shafer theory, is to learn from the authority of DST Toolbox)
- 2008-09-22 16:51:23下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
ft
说明: 信号的时频分布 ,信号的短时傅里叶变换。很有用 学习小波分析的时候会用到哦(The time-frequency distribution, the short time Fourier transform signal)
- 2011-07-23 17:01:58下载
- 积分:1
-
RS
说明: matlab在通信原理中的应用,信道编码RS码仿真,希望大家能用得上!(matlab in Communication Theory in the application of channel coding RS code simulation, hope that we can useful!)
- 2008-04-12 21:17:13下载
- 积分:1
-
inversion.tar
a code for seismology Inversion
- 2009-12-14 04:57:32下载
- 积分:1
-
Robot-arm-non-standard-LQR-Control
单级机械臂的位置控制,由于需要调整时间和最大输入力矩的要求,程序实现两种非标准的LQR控制(The single-stage manipulator position control, due to the need to adjust the time and the maximum input torque requirements of the program to achieve the two non-standard LQR control)
- 2012-08-20 11:13:19下载
- 积分:1
-
RTW-Simulintion-Technology
RTW是一种可以将MATLAB与ARM或其他嵌入式平台很好的联系起来的半实物仿真技术,开发者在文本编辑器中按照相应的规范完成代码的编写之后,在matlab的commond window中进行编译,就可以得到相应的动态链接库文件,进而在simulink中定制自己的模块。本文件中包含了几种DIY模块的源码以及动态链接库文件,如有关于RTW方面的疑问请与我联系,欢迎探讨。(RTW MATLAB with ARM or other embedded platforms a good link loop simulation technology development completed in accordance with the specifications in a text editor code, compile matlab commond window, you can get the dynamic link library file, and then customize their own module in simulink. This document contains the of several DIY module source code, and dynamic link library files, if any doubt about RTW please contact me, welcome to explore.)
- 2013-03-29 16:49:44下载
- 积分:1
-
alamouti
This describes Alamouti coding in Genereal
- 2014-01-08 13:52:01下载
- 积分:1
-
uprobot
机器人上楼梯的杆状模型程序,展示机器人上楼的动作示例过程(Rod-shaped robot model program on the stairs, showing an example of the process of the robot moves upstairs)
- 2014-10-17 11:22:11下载
- 积分:1
-
nmf
非负矩阵分解(non-negative matrix factorization,NMF)算法(non-negative matrix factorization,NMF)
- 2012-11-23 22:38:02下载
- 积分:1