-
sltoolbox_r101
sltoolbox (Statistical Learning Toolbox) organizes a comprehensive set of matlab codes in statistical learning, pattern recognition and computer vision. It includes 256 m-files in 24 categories, which are from low-level computational routines to high-level frameworks and algorithms
- 2007-07-14 17:27:36下载
- 积分:1
-
imtowav2
说明: Matlab中一种图像变声音的简单演示程序源代码。(Matlab image becomes a voice of a simple demonstration program source code.)
- 2005-12-09 23:02:08下载
- 积分:1
-
Matlabjulibaohu
并用S函数编制相间距离保护和接地距离保护算法程序,构建相应的保护模块,实现了三段式距离保护。仿真结果表明,所建立的三段式距离保护模型能够正确反映在保护区内的不同类型的短路故障并发出动作信号,使断路器跳闸实现输电线路的保护功能。
(A distance protection simulation model of transmission line was established by using Simulink and
SimPowerSystem toolbox inMatlab. S-function was used to programe the distance protection of phase faults and earth
faults and the relevantprotectionmodelswere created to build distance protection.The simulation results show that the
three-stage distance protectionmodel can respond to allkinds of faultswithin protection zones correctly and send correct
signal to the breaker of the line.
)
- 2012-05-07 09:53:14下载
- 积分:1
-
20-3-case3
二次型的仿真,利用matlab实现,很好的例子啊(The second type of simulation using matlab to achieve a good example)
- 2012-05-27 22:29:44下载
- 积分:1
-
AM1
AM系统进行设计、仿真(仿真用程序实现),要求用程序画出调频信号波形,调频信号振幅谱,解调信号(AM system design, simulation (simulation applications to achieve), asked to use the program draw the FM signal waveform, the amplitude spectrum of FM signal, demodulate the signal)
- 2011-10-23 23:03:49下载
- 积分:1
-
matlab-read-YUV-video-data-program
matlab读取YUV视频数据参考程序,matlab实现(matlab read YUV video data reference program, matlab achieve)
- 2013-12-05 12:57:31下载
- 积分:1
-
nodegenerator---Copy
Matlab code for node generator in rfid networks
- 2015-02-24 20:01:15下载
- 积分:1
-
imaging-processing-in-matlab
matlab图像处理应用,利用matlab进行图像处理的书籍(application of imaging processing in matlab)
- 2013-12-30 16:05:25下载
- 积分:1
-
ruilixindao
瑞利衰落仿真瑞利衰落仿真瑞利衰落仿真瑞利衰落仿真(Rayleigh fading Rayleigh fading simulation simulation Simulation of Rayleigh fading Rayleigh fading simulation)
- 2010-05-22 16:49:11下载
- 积分: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