-
pso-lsssvm
说明: 用粒子群算法选择支持向量机的参数(来自于互联网,在此感谢原创)(With the particle swarm algorithm to select the parameters of support vector machines (from the Internet, would like to thank the original))
- 2011-03-15 15:52:04下载
- 积分: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
-
gangjie_v27
能量熵的计算,是路径规划的实用方法,课程设计时编写的matlab程序代码。( Energy entropy calculation, Is a practical method of path planning, Course designed to prepare the matlab program code.)
- 2017-02-07 11:12:10下载
- 积分:1
-
psoSVM
说明: 利用微粒群算法(pso)优化支持向量机(SVM)的参数-c,-g(Using pso optimized support vector machine parameters-c,-g)
- 2021-03-09 21:09:27下载
- 积分:1
-
QRS-detection
QRS detection on signal ecg in mat file test 1 .mat
- 2012-04-06 20:39:55下载
- 积分:1
-
09-11-Calculator
matlab calculator program
- 2012-10-26 18:30:04下载
- 积分:1
-
matlab
set_white,matlab一算算法最短路径的选取,最详细的程序。(set_white matlab count shortest path selection algorithm, the most detailed procedures.)
- 2013-05-10 13:27:27下载
- 积分:1
-
FM
说明: FM调制解调(FM modem)
- 2020-12-20 10:38:48下载
- 积分:1
-
1
说明: 线性回归,最小二乘法参数估计,0.95的置信区间的估计,预测(Linear regression)
- 2011-11-17 09:36:14下载
- 积分:1
-
PAM-modulation-and-demodulation
用matlab 的simulink 仿真PAM调制与解调模块。(using the simulink of the matlab simulinking the modulation and demoduation system of the PAM)
- 2013-04-18 16:20:39下载
- 积分:1