-
CalendarTable
利用Matlab编写的一个具有图形界面的日历程序,可以显示日记和时间。(Prepared by use of Matlab graphical interface with a calendar program, you can display the diary and time.)
- 2009-03-25 15:52:34下载
- 积分:1
-
me
说明: 修改视图图标及标题,能够让程序员使用自己设定的标题及图标(Edit View icon and title, allowing programmers to use their own title and icon set)
- 2010-04-22 01:42:06下载
- 积分:1
-
Engineering_Optics_with_MATLAB
Engineering Optics with MATLAB应用MATLAB实现光学编程仿真,内容包含几何光学及物理光学。(Engineering Optics with MATLAB)
- 2021-04-06 09:39:02下载
- 积分:1
-
Correlation-Dimension-Program
关联维计算程序,以GP算法为主,计算2范数(Correlation dimension calculation program for GP-based algorithm to calculate the 2-norm)
- 2013-11-27 17:35:40下载
- 积分:1
-
ROI
This documents describes about Region of interest(ROI) in the image
- 2010-02-24 14:18:20下载
- 积分:1
-
shiyan2
关于图像增强的程序,用matlab软件实现。包括一些增强算法,例如直方图均衡化(On the image enhancement process, using matlab software. Including enhancement algorithms, such as histogram equalization)
- 2010-05-31 09:54:26下载
- 积分:1
-
DRNNXX
DRNN网络简单代码,n个样本个数,输出为权值矩阵(DRNN network of simple code, n the number of samples, the output weight matrix)
- 2011-10-31 14:45:16下载
- 积分:1
-
matlabxiangxijiaocheng
详细介绍了matlab在矩阵运算、数据分析和统计、线性方程系统、特征值和特征向量、曲线拟合、微积分等方面的应用。(Matlab described in detail in the matrix operations, data analysis, and statistics, systems of linear equations, eigenvalue and eigenvector, curve fitting, calculus and other applications.)
- 2010-05-16 10:34:51下载
- 积分:1
-
F_JIR
可以进行数据归一化处理 已进行模糊聚类 打基础 很好的一个程序(Data can be normalized fuzzy clustering has been laying the foundation for a good program)
- 2011-08-17 00:54:42下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1