-
cdma
Matlab实现的cdma编程,初学者最容易理解和学习,有利于初涉cdma仿真的学习者很有帮助(Matlab realize the cdma programming, beginners learn the most easy to understand and help learners初涉simulation cdma helpful)
- 2007-08-26 22:02:32下载
- 积分:1
-
floyd
说明: floyd算法,用于图论,解决最短路径问题(floyd
)
- 2009-07-26 15:57:14下载
- 积分:1
-
Wind_Turbine_Pm_Tm
风力机模型
通过matlab simulink建立的,现在这种资太少了(wind turbine model through the establishment of the Matlab Simulink, which is now too little funding)
- 2007-05-24 16:48:50下载
- 积分: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
-
MyChat
my chAT APPLICATION NEW WAY TO CHAT
- 2013-12-12 20:36:46下载
- 积分:1
-
gr_adjacency_matrix
adjacency matrix. This is an NV by NV matrix A in which A(I,J) is the number of edges between nodes I and J. Ordinarily, this value is either 0 or 1, although there are natural extensions to this idea.(returns the adjacency matrix of a graph.)
- 2015-02-01 22:47:26下载
- 积分:1
-
Engineering_Analysis-InteractiveMethodsandProgram
Engineering Analysis - Interactive Methods and Programs With FORTRAN QuickBASIC MATLAB and Mathematica - Y. C. Pao (CRC, 2001).(Engineering Analysis- Interactive Methods and Programs With FORTRAN QuickBASIC MATLAB and Mathematica- Y. C. Pao (CRC, 2001).)
- 2009-11-06 17:35:53下载
- 积分:1
-
siscod
LS and MMSE comparaison
- 2010-05-25 18:00:21下载
- 积分:1
-
matlab-filesyu
Speech Recognition all source
- 2011-12-11 18:31:30下载
- 积分:1
-
convolution
用matlab语言实现的卷积运算的仿真程序,调试成功,可直接运行。(The convolution operation simulation program Matlab language, commissioning, and can be run directly.)
- 2012-11-14 10:16:29下载
- 积分:1