-
lpr_loc
实现车牌定位 matlab程序 对车牌进行分割提取(License Plate Location realize matlab program to extract license plate segmentation)
- 2008-05-05 10:09:15下载
- 积分:1
-
erjiechanhanqiuchaotiao
说明: 对给定的二阶欠阻尼传递函数,编制一个函数程序,计算阶跃响应的特征参数
超调量б ,峰值时间Tp,上升时间Tr,过渡过程时间Ts(2 ) (For given second-order owe damping transfer function, prepare a function and calculation programs step response characteristic parameters of first
б overshoots, peak time, Tp Tr, rise time of transition time Ts (2)
)
- 2011-04-14 16:33:34下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
Fourier
Fourier Transforms Using Matlab
英文,清晰pdf版(Fourier Transforms Using Matlab in English, a clear pdf version)
- 2010-05-06 21:26:53下载
- 积分:1
-
main
交互式多模型Kalman滤波在目标跟踪应用中的程序,可以直接运行的源代码(Interacting multiple model Kalman filtering in target tracking application program can be directly run the source code)
- 2013-10-10 09:38:00下载
- 积分:1
-
advanced_pid_control_and_matlab_emluative_program(
说明: 先进pid控制matlab仿真(第二版)
1、所有仿真算法按章归类,光盘中的程序名与书中一一对应。
2、将光盘中的仿真程序复制到硬盘MATLAB运行的路径中,便可仿真运行。
3、本书算法在MATLAB 5.3版下运行成功,并适用于其他版本。
4、程序chap1_11.mdl;chap3_2.mdl;chap3_5.mdl;chap6_2.mdl;chap6_4.mdl需要在Matlab6.5下运行,特此说明。
5、假如您对仿真程序有疑问,请及时通过 E-mail 与作者联系。
北京航空航天大学 刘金琨
E-mail 地址: ljk@dept3.buaa.edu.cn或ljk@buaa.edu.cn
(advanced pid control Matlab simulation (2nd Edition) 1, all simulation algorithm grouped by chapter, the CD-ROM from the procedure he gathers with the book. Two of the CD-ROM simulation program MATLAB copied to the hard drive running in the path, the simulation can be run. 3, the book algorithm in MATLAB 5.3 version running success, and applicable to other versions. 4, procedures chap1_11.mdl; Chap3_2.mdl; Chap3_5.mdl; Chap6_2.mdl; Chap6_4.mdl need Matlab6.5 running, it is noted. Five, if you are right simulation program have queries, please timely adoption of E-mail contact with the author. Beijing University, Hangzhou aviation space E-mail address : ljk@dept3.buaa.edu.cn or ljk@buaa.edu.cn)
- 2006-04-09 19:42:58下载
- 积分:1
-
nit-Commitment
Unit Commitment in power system
- 2014-10-10 07:38:59下载
- 积分:1
-
ROM
延迟函数的编写,希望能给大家提供点微bao之力(delay)
- 2010-07-17 14:51:45下载
- 积分:1
-
Solar-PV-Characteristics
Solar Cell power Vs Input Voltage Characteristics
- 2014-10-04 23:05:19下载
- 积分:1
-
Spherical-harmonics
This is a simple function which caculates the spherical harmonic.The archive includes four M files ,and the file Comx_Sph.m is the main function.Given the degree l ,the index m and the variable x ,you can get the value of spherical harmonic.For more details ,you may read the programs.
- 2013-11-07 17:18:38下载
- 积分:1