-
readf
说明: 读取文件并导入工作环境的程序(Read the file and import procedures for the working environment)
- 2006-04-20 11:29:39下载
- 积分:1
-
SVM
Tools to matlab optimization
- 2012-06-29 09:16:13下载
- 积分:1
-
The-three-dimensional-FDTD
三维FDTD的UPML吸收边界条件下的C程序(The three-dimensional FDTD UPML absorbing boundary C program)
- 2013-08-06 11:07:39下载
- 积分:1
-
Sequential-AMOon-U-CI
BOOK-Sequential Approximate Multiobjective Optimization Using Computational Intelligence
- 2014-09-24 17:27:16下载
- 积分:1
-
DFIG_lizi
说明: 双馈风机MATLAB/simulink仿真例子(MATLAB/simulink simulation example of doubly-fed fan)
- 2019-04-11 09:55:37下载
- 积分:1
-
ZF_Vblast
16QAM Vblast 误码率仿真(16QAM Vblast BER simulation)
- 2008-03-13 10:57:49下载
- 积分:1
-
qam
matlab中产生16QAM信号 星座图(generate 16QAM signal
)
- 2011-07-19 17:21:55下载
- 积分: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
-
harmonic_number
ast Algorithm estimating the number of sinusoids in a white Gaussian noise. This algorithm use a sub-space method based on chi-square statistics of eigen values of the Autocorrelation Matrix.
- 2010-07-19 00:08:15下载
- 积分:1
-
Antenna_and_EM_Modeling_with_MATLAB
matlab 下的天线和EM建模 (作者:Sergey N. Makarov),内含大量matlab源程序。(Antenna and EM Modeling with MATLAB- Sergey N. Makarov)
- 2009-03-21 01:59:23下载
- 积分:1