-
GM11
灰色系统预测模型,能够通过少量数据预测将来变化趋势。(Grey system prediction model can predict the future by a small amount of data trends.)
- 2010-11-09 22:34:43下载
- 积分: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
-
EFG
此程序代码是用matlab编写的无网格伽辽金方法源程序(This code is to use matlab meshless galerkin method source program)
- 2011-11-03 21:30:43下载
- 积分:1
-
MAP
最大后验概率,MAP,基于数据统计于估计,数据(The maximum a posteriori probability, MAP, based on statistics on estimated data)
- 2020-09-18 09:17:57下载
- 积分:1
-
bcs-master
贝叶斯压缩感知 用于稀疏信号重建,基于贝叶斯理论(Adaptive compressive sensing, Bayesian model selection, compressive sensing (CS), experimental design, relevance vector machine (RVM), sparse Bayesian learning.)
- 2021-01-12 20:58:48下载
- 积分:1
-
CS RECONSTRUCT ALGORITHM
压缩感知中的贪婪重构算法,包括gomp,CoSamp,Romp,Samp,Sp,Stmp,Swmp(The greedy reconstruction algorithms in compressed sensing include gomp, CoSamp, Romp, Samp, Sp, Stmp, Swmp)
- 2017-11-03 22:42:46下载
- 积分:1
-
junjeng
MIT人工智能实验室的目标识别的源码,毕业设计有用,匹配追踪和正交匹配追踪。( MIT Artificial Intelligence Laboratory identification of the target source, Graduation useful Matching Pursuit and orthogonal matching pursuit.)
- 2016-11-21 17:28:57下载
- 积分:1
-
382399785texture_code_and_thesis
说明: 4个纹理分割算法合集+n篇IEEE论文合集
对研究纹理分割的同学来说,很有效(4+ n texture segmentation algorithm Collection collection of research papers IEEE paper texture segmentation students, it is very effective)
- 2011-03-08 11:09:23下载
- 积分:1
-
BSSPCS
相关的 BSS 盲源分离问题和 CS压缩感知的结合4篇论文打包,以及一个声音信号混合分离的简单实现(the realization of BSS(blind source separation) and CS(compressed sensing), and a sample of volume signal s matlab illustration)
- 2013-03-24 15:18:11下载
- 积分:1
-
matlab_txt_dat
基于matlab,可以将数据输出为txt或者为dat格式的程序(Based on matlab, data can be output as a txt or dat format for the program)
- 2013-11-24 12:03:58下载
- 积分:1