-
rongliang
matlab信道容量仿真,包括正态,瑞利,nakagami三种信道情况下的信道容量(channel capacity matlab simulation, including normal, Rayleigh, nakagami three kinds of channels in case of channel capacity)
- 2020-11-06 20:59:51下载
- 积分:1
-
gui
一个简单的gui界面,有具体的m文件格式,简单易懂(A simple gui interface, there are specific m-file format, easy to understand)
- 2011-10-20 22:51:24下载
- 积分:1
-
tianxiangongchengshouse
天线工程手册,对于天线工程方面学习相关的重要资料,是工程实践和学习中的必备参考书(antenna engineering)
- 2013-12-23 15:12:34下载
- 积分:1
-
matlabtoolbox-image
关于图像处理中常用的一些功能的matlab源代码(Commonly used in image processing on some of the features of the matlab source code)
- 2008-05-03 10:07:03下载
- 积分:1
-
facerecognization
基于matlab环境编译的创建人脸数据库,特征提取,人脸识别源码程序,运行时识别率较高。( based on MATLAB environment, creates face database, Feature extraction ,face recognition program,having a high recognition rate)
- 2013-12-10 16:46:39下载
- 积分:1
-
qammedo
QAM调制的MATLAB程序仿真,思路清晰,既可以学习如何用MATLAB编程,又可以理解通信调制技术!(QAM MATLAB simulation procedures, clear thinking, can learn how to use MATLAB programming, but also to understand communication modulation technology!)
- 2006-12-13 14:16:49下载
- 积分: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
-
iris_dataset
data set for clustering
- 2013-12-04 21:59:40下载
- 积分:1
-
kicILC-control
ILC 迭代学习控制的matlab程序,是学习迭代过程的好资料,这是第二部分,程序运行效果非常好。(Iterative Learning Control ILC matlab program, the iterative process of learning good information, this is the second part of the program runs very good.)
- 2014-04-26 18:26:19下载
- 积分:1
-
exa050403
说明: 计算三者的幅频响,计算三者的相频响应,计算三者的冲激相应,并观察三者冲激响应的能量积累情况(Calculated frequency response of the three sites, calculate the three-phase frequency response, calculate the corresponding three of the impulse and the impulse response observed among the energy accumulation)
- 2011-04-06 14:25:13下载
- 积分:1