-
improved-Fcm
模糊c均值聚类的一种改进算法,比较简单。用的时候先初始化一下,在不断迭代,参考里面的main函数吧。参考的时候去掉一些无关的命令,有些命令是我自己调用的无关的命令,可能目录里面没有,但不妨碍这个算法运行,可以屏蔽掉。(an improved fuzzy c means clustering algorithm)
- 2012-05-22 20:59:49下载
- 积分:1
-
pmsm
描述永磁同步电机矢量控制系统控制模型包含clark 变换,park 变换等(PMSM FOC model)
- 2013-10-20 20:43:48下载
- 积分:1
-
CCU_interference
Cell Center users Interference calculation
- 2012-10-03 19:09:36下载
- 积分:1
-
BPSX150sCharacteristics2
simulink models of pv array
- 2013-05-02 17:33:01下载
- 积分:1
-
LBP
对一张人脸图像进行LBP处理,提取LBP特征并输出(LBP on a human face image feature extraction and output)
- 2015-05-16 13:46: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
-
chaokuandai
完成超宽带系统中信号的生成,以及整个过程,并且统计出了误码率,并和理论之进行了比较(complete UWB system signal generation, and the entire process, and the statistics of the BER, and the theory and the comparison)
- 2007-03-30 16:57:26下载
- 积分:1
-
PBES2Algorithms
public class PBES2Algorithms extends AlgorithmIdentifier implements PKCSObjectIdentifiers.
- 2014-01-12 18:01:52下载
- 积分:1
-
simulation-ofPMSG
基于matlab的直驱式风力发电机的仿真( simulation of direct drive wind turbines Based on the matlab)
- 2014-01-18 10:09:01下载
- 积分:1
-
Kalman_filter-target_tracking
卡尔曼滤波在雷达目标跟踪上的仿真,设置了一个仿真场景,然后进行仿真以及分析。(Kalman filter simulation on the radar target tracking)
- 2021-05-13 01:30:03下载
- 积分:1