-
John_1987
一本经典的关于光子晶体的书,由John于1987年编写,是学习光子晶体的人不可错过的好书(A classic book on photonic crystals, prepared by the John in 1987, is the study of photonic crystals books were not to be missed)
- 2010-11-08 23:11:53下载
- 积分:1
-
duobianliangjidianpeizhi
多变量极点配置,自动控制原理,matlab程序,希望对大家有用(Multivariable pole assignment, Automatic Control Theory, matlab procedures useful for everyone)
- 2009-03-25 08:25:20下载
- 积分:1
-
work
说明: matalb语言的潮流计算程序,方法用的是牛顿拉夫讯的直角坐标系,程序非常简单而且通用性很强(language matalb flow calculation procedures, methods using a Newton hearing Love the Cartesian coordinate system, the program is very simple and very common)
- 2021-04-23 10:28:48下载
- 积分:1
-
PiecesOfMosaic
本代码是由matlab实现,主要功能实现了纵切碎片的完美拼接。(This code is implemented by the matlab, the main function of the longitudinal fragmentation perfect stitching.)
- 2013-09-15 09:35:29下载
- 积分: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
-
LMS_P101_1
改程序为《自适应信号处理》(Bernard Widrow著,王永德等译)书中101页上图牛顿法的MATLAB程序,仿真效果和书上一致
(Change the program to " Adaptive Signal Processing" (Bernard Widrow a, s Acoustic other translation) book 101 on the map Newton MATLAB programs, simulation results and the same book)
- 2010-11-12 09:49:36下载
- 积分:1
-
DBT
说明: 雷达信号处理的多波束形成算法toolbox(DBT, A Matlab Toolbox for Radar Signal Processing)
- 2011-02-19 02:44:33下载
- 积分:1
-
DES
DES function for the encryption of DES,use matlab to make it possible,first input in the function is plaintext ,second one is key,and last is to choose encrypt or decrypt
- 2013-11-15 10:37:32下载
- 积分:1
-
histogram
This code is for calculate the histogram of the image
- 2015-03-25 23:50:25下载
- 积分:1
-
gabortb-v0.4.1.tar
外国人写matlab 的gobor特征运算工具箱,包括一,二维gobor特征提取工具。(Matlab Toolbox for Gabor Features in Signal and Image Processing. v0.4.1)
- 2009-01-31 14:42:36下载
- 积分:1