-
xiaobofenxi
小波分析
多尺度一维小波分解
对一维小波系数进行单支重构(Wavelet analysis,One-dimensional multi-scale wavelet decomposition
Wavelet coefficients of a Single-dimensional reconstruction
)
- 2010-05-09 16:28:31下载
- 积分:1
-
kmeans
K均值有效执行++多元数据的聚类算法。它已经表明,该算法具有的总群集内距离的期望值是日志(K)的竞争力的上限。此外,K -均值++通常远高于香草收敛K均值少。(An efficient implementation of the k-means++ algorithm for clustering multivariate data. It has been shown that this algorithm has an upper bound for the expected value of the total intra-cluster distance which is log(k) competitive. Additionally, k-means++ usually converges in far fewer than vanilla k-means.)
- 2011-05-23 11:27:50下载
- 积分:1
-
Untitledday1
用MATLAB画南海地形图,但是前提要在SAT path里插入m_map文件(Nanhai topographic maps drawn using MATLAB, but only if you want to insert a file in the SAT path in m_map)
- 2014-08-09 09:29:39下载
- 积分:1
-
yiweidizhenhechengjilu
这是人工合成地震记录的精简版,对于新手会很有用(This is a synthetic seismogram streamlined version may be useful for the novice)
- 2013-05-24 08:35: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
-
feedback-neural-network
matlab应用大全-赵海滨,第9章反馈神经网络源码(matlab application Daquan- ZhaoHaiBin Chapter 9 feedback neural network source)
- 2015-01-25 11:55:51下载
- 积分:1
-
MATLAB
MATLAB课件和通信实验讲义,描述通信方面的仿真建模等(MATLAB courseware and communication experiment notes, described the simulation modeling communications)
- 2010-05-12 19:24:37下载
- 积分:1
-
DTC-kong-zhi
直接转矩控制算法的实现及其相关设置配置 (DTC control method)
- 2014-11-22 14:16:49下载
- 积分:1
-
shibei
matlab写的数字识别程序,功能基本完成Demo1(matlab write digital identification Demo1)
- 2014-02-07 16:45:54下载
- 积分:1
-
janmun_v68
混沌的判断指标Lyapunov指数计算,数据模型归一化,模态振动,多目标跟踪的粒子滤波器。( Chaos indicator for Lyapunov index calculation, Normalized data model, modal vibration, Multi-target tracking particle filter.)
- 2016-09-10 18:13:34下载
- 积分:1