-
halmiton
说明: 通过输入一个有权图,求出它的最短的一条哈密顿回路。(By entering a right map, obtained with a shortest Hamiltonian circuit.)
- 2010-04-15 11:06:20下载
- 积分:1
-
gsguide
proe demo
basic concepts
- 2010-01-02 14:41:48下载
- 积分:1
-
Newton_interplotion
说明: 牛顿插值的MATLAB程序。需要的来下载。(Newton interpolation process of MATLAB. Need to download.)
- 2009-08-02 00:07:21下载
- 积分:1
-
RTD2120-.GFF-FILES
RTD2120.rar programing GFF files
- 2013-07-30 20:58:35下载
- 积分:1
-
clock_use
matlab中的clock函数与进度条联合使用例子(matlab in clock function in combination with the progress bar examples)
- 2013-07-31 15:21:58下载
- 积分:1
-
traffic_of_cross_street
基于Matlab的交通流及交叉口信号控制的仿真研究,找得硕士毕业论文,有做相关题目开发的同学可做参考(Matlab based on the traffic flow and intersection signal control simulation research, find a master s thesis, there are so related to the subject development of the students can refer to)
- 2008-12-31 09:04:10下载
- 积分:1
-
bandpass
a band pass signal through an ideal BPF
x(t) =[1+cos(pi*t/T)]*cos(2pi*fc*t)
- 2009-10-20 21:25:10下载
- 积分:1
-
Untitled1
基于FFT谱连续细化算法的高精度频率估计,这种算法可以精确到小数点后两位,这种算法与MUSIC法和ESPRIT法相比,计算量大大降低,而且精度非常高。(This procedure is based on the FFT spectrum continual refinement algorithm s high accuracy frequency, this algorithm may precisely to decimal point latter two, compared the MUSIC algorithm and the ESPRIT algorithm, the computation complexity reduces greatly, moreover the precision is high.)
- 2010-11-25 11:20:42下载
- 积分: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
-
ecg_read
Read ECG signal from MIT-BIT for signal processing. Basically used in MATLAB and other signal processing tools.
- 2013-08-24 02:11:19下载
- 积分:1