-
yuzhi
波阈值去噪,比较了软阈值,硬阈值及当今各种阈值计算方法和阈值函数处理方法的性能,通过信噪比及均方差的比较,得出各种的算法的优劣(Wave threshold denoising compared soft threshold and hard threshold and the current calculation method and the various thresholds threshold function processing performance of the method by SNR and mean square deviation of the comparison, the pros and cons of various algorithms)
- 2013-11-19 12:36:37下载
- 积分:1
-
MATLAB
matlab教程,详细的介绍了matlab的使用方法,操作步骤基流程(matlab tutorial matlab detailed introduction to use, step-based process operations)
- 2014-02-12 13:11:53下载
- 积分:1
-
gauss
guassian mixture back ground moble matlab code
- 2010-11-03 14:48:56下载
- 积分:1
-
M
说明: TOA DOA信道仿真 sos方法一均匀,散射体分布二维两种三维一种
注释非常详细的matlab源代码,值得拥有(On TOA of DOA channel simulation sos a uniform scattering body distribution of two-dimensional two kinds of three-dimensional one.
Comment in great detail the Matlab source code, should have)
- 2012-05-02 16:11:59下载
- 积分:1
-
Adaptive-learning-dictionary
自适应学习字典代码:训练字典的MATLAB仿真程序,能够很好的认识字典训练事例
(Adaptive learning dictionary code: dictionary MATLAB simulation training, can very good dictionary training examples
)
- 2013-08-24 12:56:21下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
ClassifierforUSPSdata
用于对USPS数据进行分类的各种分类器,用于对多维采样点进行无监督分类。可根据类别数修改分类器,模式识别作业的部分代码。
(USPS data for the various classification categories, for sampling points on the multi-dimensional non-supervised classification. Can be modified in accordance with several types of classifiers, pattern recognition part of the operating code.)
- 2009-07-10 11:17:02下载
- 积分:1
-
dijkstra
说明: D算法MATLAB实现,Dijkatra为主要算法,main函数举例实现(use matlab to make out D)
- 2010-04-28 23:23:31下载
- 积分:1
-
regularition
主要是利用归一化的方法进行位场边界识别,利用导数与周围最大值的比值来进行。(Mainly using the method of normalized potential field boundary identification, the use of derivative and the ratio of maximum to be around.)
- 2011-05-24 15:09:47下载
- 积分:1
-
GaussSeidel
Gauss Seidel equation solving for power system analysis
- 2013-02-23 08:28:47下载
- 积分:1