-
rd
说明: sar 仿真程序 点目标 简单的 RD算法(sar dot target)
- 2010-05-15 20:30:17下载
- 积分:1
-
Encryption
drpe encryption by optical fiber
- 2012-01-25 19:39:23下载
- 积分:1
-
qspk
说明: qpsk 求误码率(BER:Bit Error Rate).用Matlab绘出BER的图,并与理论曲线比较.(qpsk seek error rate (BER: Bit Error Rate). BER graph drawn by Matlab, and compared with the theoretical curve.)
- 2011-04-06 22:53:36下载
- 积分:1
-
GA_HW
matlab code for genetic algorithm
- 2013-04-03 11:22:01下载
- 积分:1
-
gprmax-tools
GprMax的理论基础是时域有限差分(FDTD)方法。时域有限差分方法直接将Maxwell方程作差分离散,利用二阶精度的中心差分近似把Maxwell方程中的微分算符直接转换为差分形式,在空间和时间上对电场和磁场交替间隔取样,使计算过程完全模拟电磁波逐步传播以及与目标物体相互作用的过程。(GprMax is based on the theory of the finite difference time domain (FDTD) method. The finite difference time domain method directly will Maxwell equation of discrete difference, using second order precision of the central difference in the equations are Maxwell approximate differential operator directly convert difference forms, in the space and time of electric field and magnetic field on alternate sampling interval, making the calculation process simulation electromagnetic wave propagation and completely step by step and target object interaction process. )
- 2012-01-18 10:26:29下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
matlab(GA)2
matlab遗传算法工具箱函数及实例讲解2
【问题】在-5<=Xi<=5,i=1,2区间内,求解
f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。 (matlab genetic algorithm toolbox function and examples to explain the problem [2] in-5 )
- 2008-03-18 09:38:55下载
- 积分:1
-
SYSTEM
MATLAB HELP FUNDENMENTAL IN YOUR CODE 3 FILE IN
- 2014-11-22 01:53:40下载
- 积分:1
-
AdaptiveMedianFilter_MATLAB_code
adaptive denosing matlab code for median filter
- 2014-11-27 16:36:48下载
- 积分:1
-
toujingti
主要针对复杂介质模型透镜体进行的有限差分正演模拟,包含了边界条件等(Mainly for the finite difference model of the complex dielectric lens carried forward modeling, including the boundary conditions)
- 2014-03-09 14:50:00下载
- 积分:1