-
FAST-AUTOCORELATION
the fast autocorelation function matlab code, used for basicallly pitch extraction and thus is extremely useful
- 2013-10-21 20:40:55下载
- 积分:1
-
lecture1
lecture series of matlab
- 2012-10-10 02:41:15下载
- 积分:1
-
MPPT_S_INC
MPPT程序 采用了比较传统的电导增量法,该算法相对较为精确(maximum power point tracking)
- 2013-05-09 10:31:14下载
- 积分:1
-
robot_motion_planning
This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum
pre-defined torque, without collision with any obstacle in the robot workspace.
- 2009-04-09 19:20:41下载
- 积分:1
-
PCM.MATLAB
PCM设计论文 脉冲编码调制仿真设计 基于MATLAB simulink的仿真设计报告(Design thesis PCM pulse code modulation simulation design is based on the simulation of MATLAB simulink design report)
- 2009-07-06 10:23:04下载
- 积分:1
-
depth.m
Computes depth given the pressure at some latitude
- 2012-01-26 09:32:20下载
- 积分:1
-
gaolong_PV_Single_Phase_quan
光伏逆变器的仿真文件,带Boost,可以很好的仿真,用于公司的实际样机仿真中,效果还不错(PV inverter simulation file with Boost, good simulation for the actual prototype simulation results were pretty good)
- 2012-12-31 13:09:29下载
- 积分:1
-
matlabdaima
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
(P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization)
- 2013-07-09 11:10:35下载
- 积分:1
-
kalaman
kalman filter program...extended kalman filter
- 2011-05-22 03:23:06下载
- 积分: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