-
sandychen
偏微分方程数值解法的MATLAB源程序,非常全面。(Numerical solution of partial differential equations in MATLAB source, very comprehensive.)
- 2010-01-19 14:00:55下载
- 积分:1
-
ga_code_ackley_movie
gentic algorithm acklay
- 2014-10-10 16:28:23下载
- 积分:1
-
TDSDKuSARSim
Simulink TDSD system
- 2010-06-04 03:55:16下载
- 积分:1
-
matlab
关于matlab计算与仿真的ppt,关于matlab计算与仿真的ppt(a ppt about the simulation and computation of matlab)
- 2010-07-22 09:04:35下载
- 积分:1
-
dft
DFT的MATLAB实现,详细的给出了算法及分析(The DFT in MATLAB, gives a detailed algorithm and analysis)
- 2012-04-30 17:05:11下载
- 积分:1
-
PSO_hw3
人工智能计算 利群算法,particle swarm algorithm PSO ,去求解函数的最小值及其对应的根(AI computing- ABBA algorithms, particle swarm algorithm PSO, to solve the root of the minimum and the corresponding function)
- 2015-01-10 10:39:13下载
- 积分:1
-
Statcom_PI
this file contains simulation of Performance Comparison between SVC and
STATCOM for Reactive Power Compensation by
Using Fuzzy Logic Controller
- 2016-03-08 19:26:31下载
- 积分:1
-
circleGS
GS算法的matlab例子,本例子仿真了一个圆形的光环结构,其它的参数见matlab中的注释(GS algorithm matlab example, the example of simulation of a circular ring structure, and other parameters, see the Notes matlab)
- 2009-04-08 22:26:09下载
- 积分: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
-
MIMOpower_distrbute_waterfiling
MIMO系统为提高系统性能采用功率分配,这个程序主要采用注水发进行功率分配(MIMO system with power allocation to improve system performance, this program mainly for the power distribution of fat injection)
- 2020-08-03 16:38:35下载
- 积分:1