-
CFAR
通过加载瑞利噪声的回波进行CFAR操作,完成信号的恒虚警检测仿真(The CFAR is operated by loading the echo of Rayleigh noise, and the CFAR simulation of the signal is completed)
- 2021-03-03 11:39:33下载
- 积分:1
-
ssim
matlab code of ssim of image quality
- 2020-10-20 17:27:24下载
- 积分:1
-
chap2_05_LS
最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法(LS)
- 2010-08-29 11:30:50下载
- 积分:1
-
region_based_matching
This program takes as input number of horizontal and vertical regions
then runs region based histogram matching
and returns the image buffer
- 2010-01-03 01:10:57下载
- 积分: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
-
LPQ_TOP
Latest Matlab implementation of Local Phase Quantization (LPQ) descriptors
- 2011-10-25 16:26:03下载
- 积分:1
-
yichuansuanfa
典型的遗传算法,保证能够运行,切没有密码(The typical genetic algorithm)
- 2014-11-13 19:14:34下载
- 积分:1
-
equation
MATLAB求解非线性方程组 fsolve源程序代码 该列具有典型性和代表性(MATLAB求解非线性方程组 fsolve源程序代码)
- 2014-11-18 19:04:58下载
- 积分:1
-
code
Minhashing和LSH算法。用于查找和比较一个pair是否是相似的。并分析false negative和false positive的值(Minhashing and Locality-Sensitive-Hashing (LSH). The algorithms are approximate in that they find only candidate pairs that are likely similar. Therefore, there are two types of error. A false positive (FP) is a candidate pair that is not actually similar according to the given similarity threshold. A false negative (FN) is a similar pair that is not a candidate pair. In this project, we will implement the Minhashing and LSH algorithms, apply them on data sets, and draw observations about when these algorithms perform.
)
- 2012-01-01 21:39:07下载
- 积分:1
-
LQR_control
直升飞机的LQR控制在MATLAB中的实现,状态方程为8维.(LQR control helicopters in MATLAB in the realization of an 8-dimensional equation of state.)
- 2008-03-19 21:27:20下载
- 积分:1