-
kpss
stationary test
檢驗數據是否為穩定
藉此判定ARIMA程序中的d值(stationary test)
- 2009-10-15 20:34:56下载
- 积分:1
-
Wavelet_image_fusion
对每一路图像进行小波变换,分别到其水平、垂直、四十五度角方向的高频分量以及其低频分量,得到每路图像的小波金字塔;
按取较大值的原则对两幅图像的不同层次、不同特征层的信息图分别进行融合;
根据融合的各图像分量的小波序列,进行小波逆变换,得到最后的融合图像。
(Road images of each wavelet transform, respectively, to its horizontal, vertical, 45 degree angle the direction of high-frequency components as well as its low-frequency components obtained for each road image wavelet pyramid according to the principles of taking a larger value of the two images different levels of information mapping feature level fusion respectively the basis of integration of various components of the wavelet image sequences, inverse wavelet transform, to be the final fusion image.)
- 2009-11-18 21:35:34下载
- 积分:1
-
GUImatlab
基于GUI的图像处理软件平台的开发 五种常用的边缘检测、灰度直方图的显示、灰度直方图的均衡化、对比度自适应直方图的均衡化、图片的二值化以及彩色图片的灰度化(GUI-based image processing software platform of five commonly used edge detection, histogram display, gray histogram equalization, adaptive histogram equalization contrast, the image binarization and color pictures of the gray degree of)
- 2010-05-30 16:32:14下载
- 积分:1
-
changeABCmatlab
基本蚁群算法,其中有算法的源码和算法改进程序(Basic ant colony algorithm, the algorithm source code and algorithms to improve procedures)
- 2012-05-22 19:40:27下载
- 积分: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
-
bpsk_tiaozhi
一种PSK的调制方式 ,提供初学者参考,挺好的资料,参考(tihs is a programe of psk module way ,it can help you fing that you will like it)
- 2011-01-20 21:10:41下载
- 积分:1
-
svm_demo
svm demo的实现 实现SVM训练测试的全过程,对于初学者很实用,也能彻底了解SVM运行过程,知其然知其所以然,国外一权威网站上下载的,上传以供分享学习(svm demo of SVM training tests to achieve the realization of the entire process, a foreign authority Web site to download and upload for sharing learning)
- 2014-11-27 13:29:57下载
- 积分:1
-
LMS
LMS matlab code
least mean square free code for matlab
- 2015-03-09 16:38:17下载
- 积分:1
-
tpc-single
tpc power control algorithm in single cell
- 2012-11-08 04:12:00下载
- 积分:1
-
Doppler
一种MIMO体制天波雷达多普勒扩展杂波抑制方法(Doppler radar system for MIMO-day extension clutter suppression method)
- 2013-12-09 16:39:41下载
- 积分:1