-
yichuan1
遗传算法的一些matlab小程序 希望对大家有用(matlab)
- 2009-05-03 08:34:28下载
- 积分:1
-
zuixiaoerchengsuanfa
这个是最小二乘算法的一个重要用途,在实际操作中有广泛的应用,可以处理很多问题!(This is an important use of least squares algorithm, in practice a wide range of applications, can handle a lot of problems!)
- 2011-04-28 19:48:43下载
- 积分:1
-
yuece
matlab源程序代码,基于BP网络算法用于股票的预测,有修正的过程,过程中有些代码缺少!(matlab source code, based on BP neural network algorithm is used to predict the stock, during some of the code is missing! ! !)
- 2013-08-30 21:05:55下载
- 积分:1
-
msk
民航ACARS系统的msk调制(模拟),解调(实际数据)程序(Msk modulation aviation ACARS system (analog), demodulation (actual data) Program)
- 2020-09-09 10:48:01下载
- 积分:1
-
PSO_ALGORITHM
This is PSO_algorithm
- 2010-10-20 03:54:12下载
- 积分: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
-
MATLAB-music
阵列信号处理MATLAB代码,music算法,含有均匀圆阵、均匀线阵、均匀平面阵的代码;doa估计,来预测波达方向,信号的相关参数;(Array signal processing MATLAB code, music algorithm containing uniform circular array, uniform linear array, the uniform planar array code of doa estimated to predict the direction of arrival of the relevant parameters of the signal )
- 2021-04-22 22:38:48下载
- 积分:1
-
inflection
introduction to water level control system
- 2013-11-28 09:37:23下载
- 积分:1
-
bch3
BCH编码、译码器,支持参数化使用,从多项式生成、编码到解码,全都有。(BCH encoder decoder)
- 2015-03-14 10:23:01下载
- 积分:1
-
用于LFM的分析与生成,可用于仿真雷达信号等 1772Echo_signal_LFM
用于LFM的分析与生成,可用于仿真雷达信号等(For analysing LFM,it can be used in radar signal and some places.)
- 2020-06-25 03:20:02下载
- 积分:1