-
gampsms-userguide
GAMP SMS User Guide for SMS Gateway Source Code Installation
- 2013-01-22 04:10:26下载
- 积分:1
-
MATLAB_Simulink
MATLAB_Simulink电力系统建模与仿真 于群(MATLAB_Simulink power system modeling and simulation YuQun)
- 2013-08-22 22:24:33下载
- 积分: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
-
suijigongzhen
随机共振的几篇文章,比较有用,可以对原理有一定的了解,初级使用(Stochastic resonance in the project)
- 2015-01-28 22:45:04下载
- 积分:1
-
Thesis_OFDM_vs_CDMA
OFDM vs CDMA,一份report,而且还有之后的勘误(OFDM vs CDMA, a report, but also after the corrigenda)
- 2007-10-13 22:44:20下载
- 积分:1
-
Ybusaf
this source code is ybus matlab
- 2013-08-04 18:00:40下载
- 积分:1
-
MatlabB-spline
Matlab_曲面插值和拟合,dajie可以看看(something about Matlab_b-spline)
- 2012-08-23 16:20:59下载
- 积分:1
-
PCAFaceRecog
基于线性判别的人脸识别,本设计对主成分分析和线性判别两种子空间方法进行了深入研究,包括LDA及其在人脸识别应用的若干问题(Face recognition based on linear discriminant, the design of the principal component analysis and linear discriminant subspace methods are two in-depth study, including the LDA and its Application in Face Recognition Issues)
- 2010-05-11 18:38:34下载
- 积分:1
-
ch1
本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。
- 2011-11-23 19:06:44下载
- 积分:1
-
twolayerperceptrons
two layer perceptrons
- 2010-07-09 13:33:11下载
- 积分:1