-
PressureVesselDesignProblem
Pressure Vessel Design optimizition benchmark problem (test problem) in matlab
- 2009-09-23 15:10:00下载
- 积分:1
-
sugenotune
Sugeno-type FIS output tuning
- 2010-10-18 05:52:43下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
b
说明: :DBSCAN是一个基于密度的聚类算法。该算法将具有足够高密度的区域划分为簇,并可以在带有“噪声”的空间数
据库中发现任意形状的聚类。但DtLqCAN算法没有考虑非空间属性,且DBSCAN算法需扫描空间数据库中每个点的e一
邻域来寻找聚类,这使得DBSCAN算法的应用受到了一定的局限。文中提出了一种基于DBSCAN的算法,可以处理非空
间属性,同时又可以加快聚类的速度。(: DBSCAN is a density-based clustering algorithm. The algorithm has a sufficiently high density area is divided into clusters, and to be with the " noise" found in the spatial database clusters of arbitrary shape. But DtLqCAN algorithm did not consider non-spatial attributes, and spatial database DBSCAN algorithm to be scanned for each point e in the neighborhood to find a cluster, DBSCAN algorithm which makes the application subject to certain limitations. In this paper, an algorithm based on DBSCAN can handle the non-spatial attributes, can also speed up the clustering speed.)
- 2010-12-06 16:38:45下载
- 积分:1
-
acpracs1
mat lab program for mat
- 2010-10-09 23:21:10下载
- 积分:1
-
main_1
matlab,书上例程,仅用作参考,用于数组的重复显示(matlab, books, routines, only as a reference for arrays of repeated)
- 2012-07-17 17:30:00下载
- 积分:1
-
ThreePhase_rectifier
three phase three phase teja converter unlimited triggering
- 2011-10-06 14:51:49下载
- 积分:1
-
main
运用信号检测理论和蒙特卡洛仿真方法仿真分析二元通信系统的检测性能(Using signal detection theory and Monte Carlo simulation method detection performance simulation of binary communication system)
- 2015-09-07 21:27:48下载
- 积分:1
-
fftcircle
说明: 一个MATLAB的快速付立叶程序,fft计算平均周期(A fast Fourier MATLAB program, fft calculation of the average cycle)
- 2010-05-04 10:11:54下载
- 积分:1
-
bp_app
利用類神經網路對Schwefel22測試函數建立模型,為此Schwefel22函數設立4個變數,模擬資料100筆,測試資料50筆,並將上述資料以倒傳遞類神經網路MATLAB2013a軟體,利用其具有學習及記憶能力加以訓練及測試(The use of neural network modeling of Schwefel22 test functions, established for this purpose Schwefel22 function four variables, simulation data 100 pen, 50 pen test data, and these data to back-propagation neural network MATLAB2013a software, the use of which has learning and the ability to be trained and tested memory)
- 2014-01-13 14:25:09下载
- 积分:1