-
MATLAB
地震中常用的一些偏移程序,挺有用处的,跟大家分享一下(Seismic shift in a number of commonly used procedures, quite useful to share with you)
- 2009-04-15 10:29:37下载
- 积分:1
-
levelset
说明: 是一个介绍水平集的ppt,水平集方法及其在图像分割和目标跟踪中的应用(Level set is a description of the ppt, the level set method in image segmentation and object tracking application)
- 2010-04-26 22:27:15下载
- 积分: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
-
knightTour
Knight Tour using Warnsdorff algorithm...with graphics animation
- 2012-07-15 22:21:28下载
- 积分:1
-
MUSIC-MATLAB
1.MUSIC算法MATLAB程序 估计目标方位(MUSIC algorithm for direction estimation)
- 2015-04-13 09:26:52下载
- 积分:1
-
FLch
用乘同余法产生随机数 ,产生的(0-1)均匀分布的随机序列
白噪声产生程序,用乘同余法产生(Produced by the same method with more than random number generated (0-1) uniformly distributed random sequence white noise generation process, with the method generated by congruence)
- 2010-12-10 23:02:01下载
- 积分:1
-
parzen
parzen窗算法,适合于初学者。包括paren的matlab源代码,以及测试文件。(Parzen window algorithm)
- 2012-10-18 10:24:35下载
- 积分:1
-
TRUWB
The ZIP include BER Calculator , Noise Generator , Q_fn and QBEP for Ultrawide band
- 2010-08-31 05:32:36下载
- 积分:1
-
music_single_sin
白噪声中单个正弦信号的频率检测与估计
产生,其中是一高斯白噪声,其均值为0,方差为1。用MUSIC方法估计观测数据中正弦波的频率,并给出白噪声方差()un2uσ 与复正弦波的振幅A的估计值。(A single frequency detection and estimation of the sinusoidal signal in white noise, which is a Gaussian white noise with mean 0 and variance 1. MUSIC method to estimate the frequency of sine wave in the observation data, and gives the white noise variance () estimated value of the the un2uσ complex sine wave amplitude A.)
- 2012-07-07 00:20:24下载
- 积分:1
-
arithmetic2
Data Compression Arthmetic Algorithm Example.
Tested in Python 2.7
just run py file
- 2013-12-09 21:23:39下载
- 积分:1