-
signal_process_MATLAB
随机信号仿真,仿真了信号在高斯白的情况下经过低通和带通滤波器的情况。(Random signal simulation, simulation of the signal in the case of white Gaussian low-pass and band-pass through the filter of the situation.)
- 2010-08-08 10:52:51下载
- 积分:1
-
Matlab_imageMatlab
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例(Appendix MATLAB image processing an order. Applylut functions : the binary image using lookup tables for 2500 operations. Grammar : A = applylut (BW, lut) For lut makelut = (sum (x (:)) == 4. 2) = imread BW1 (text.tif) BW2 = applylut (BW1. lut) imshow (BW1) figure, imshow (BW2) related orders : makelut 2. For bestblk Gong)
- 2007-03-14 10:07:26下载
- 积分:1
-
ImageResample(matlab)
图像插值程序,可以实现对图像的任意缩放,即可以图像尺寸改变为任意大小。(Image Interpolation procedures can realize arbitrary scaling of images, namely image size can be changed to any size.)
- 2008-03-09 12:48:22下载
- 积分:1
-
MotionDetectionexample
MATLAB100个编程实例 易读MATLAB100个编程实例 易读MATLAB100个编程实例 易读(very good very goodvery good)
- 2010-11-05 20:48:24下载
- 积分:1
-
DE
说明: 微分进化算法,用于参数优化、寻找极值等,可自行加入其他约束条件和修改目标函数(Differential evolution algorithm for parameter optimization, search extreme, can free to add other constraints and modify the objective function)
- 2011-01-12 11:35:07下载
- 积分:1
-
IrisLocate
本源代码用来进行虹膜区域检测,可以用来进行视线跟踪、眼睛区域检测等。(Iris source code used for detection, can be used for eye tracking, eye region detection.)
- 2011-05-09 16:23:41下载
- 积分:1
-
dd
无限冲击响应滤波器 (IIR) 实现,涉及一个Butterworth低通滤波器,设计指标为:在通带内频率低于0.2π时,最大衰减小于1dB;在阻带内[0.3π, π]频率区间上,最小衰减要大于15dB (An infinite impulse response filter (IIR) implementation, involves a Butterworth low-pass filter design specifications as follows: in the passband frequencies below 0.2π, the maximum attenuation is less than 1dB in the stopband [0.3π, π] frequency interval , the minimum attenuation greater than 15dB )
- 2013-09-06 19:37:50下载
- 积分:1
-
eg7-feixianxinghanshuhuiguideshixian
《MATLAB神经网络30个案例分析》中的第7个例子,案例7 RBF网络的回归-非线性函数回归的实现。希望对大家有一定的帮助!
(The MATLAB neural network analysis of 30 cases of example, 7 cases of RBF network return- the return of nonlinear function implementation. Hope to have certain help to everybody!
)
- 2013-09-20 16:02:18下载
- 积分:1
-
derivative
matlab数值分析计算源代码,供广大研究者学习(Numerical Analysis matlab source code, for the majority of researchers to learn)
- 2013-11-22 21:42:30下载
- 积分:1
-
NLM
非局部平均算法是一种自适应的空域滤波算法,可以看作Yaroslavsky滤波和双边滤波算法的改进。(Nonlocal average algorithm is a kind of adaptive spatial filtering algorithm, can be seen as Yaroslavsky filter and the improvement of bilateral filtering algorithm.)
- 2013-11-14 13:30:49下载
- 积分:1