-
2Dfdtd-cylinder
说明: 计算电磁,用matlab开发的二维fdtd算法,用来计算二维圆柱的雷达散射截面!(Computational electromagnetics, with the development of two-dimensional fdtd matlab algorithm used to calculate the scattering of two-dimensional cylinder!)
- 2011-03-19 22:20:42下载
- 积分:1
-
Zernike_code
MATLAB Code for the Fast Calculation of Zernike Moments of order n and repetition m on NxN images. Proposed by Amir Tahmasbi.
- 2015-01-14 01:04:54下载
- 积分:1
-
matlab
matlab经典教材内含习题答案作业答案 源码(An Introduction to Programming and Numerical Methods in MATLAB)
- 2013-12-14 20:30:26下载
- 积分:1
-
Finalweak_signal
this code is developed for weak signal detection in impulsive noise environment.
- 2010-11-16 21:41:45下载
- 积分:1
-
matlab1
说明: matlab应用百例1,这部分主要是讲述,图形应用方面的问题1-45(matlab application 1)
- 2010-04-29 09:48:23下载
- 积分: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
-
Eigenbeams-for-two-sources
本段程序主要实现了两个源的特征束的形成代码编程与波束形成图的演示(Eigenbeams for two sources)
- 2012-09-19 09:37:46下载
- 积分:1
-
Finger-print
matlab code for finger print
- 2011-11-21 17:42:12下载
- 积分:1
-
zuodigui
消除文法的左递归,包括直接左递归和间接左递归(digui)
- 2009-12-28 19:58:15下载
- 积分:1
-
mi-fil
说明: 一个用matlab写的对图象处理方面的函数,希望对新手有帮助(Write a matlab with image processing functions, and they hope to help novice)
- 2008-09-11 16:53:28下载
- 积分:1