-
fenge
matlab的一个小程序,主要功能是利用投影的方法对车牌字符分割,运行流畅,运行的结果页很好。(matlab a small program, the main function is using the projection method of license plate character segmentation, smooth running, run of good results page.)
- 2012-09-05 17:21:56下载
- 积分:1
-
imageproc
Image processing functions. AMBE, median 2D, image standard deviation of a pdf
- 2013-10-05 05:21:23下载
- 积分:1
-
matlab-robotics
matlab robotics 工具箱 机器人运动学计算资料(matlab robotics toolbox :robot kinematics calculations)
- 2013-10-09 10:28:56下载
- 积分:1
-
SOFMrealization
能实现数据的分类,权值的分布图形,但是权值及阙值的更改没有实现(Can achieve data classification, weight distribution of graphics, but the right values and the change did not achieve the Threshold)
- 2009-11-21 19:14:33下载
- 积分:1
-
qiongjufa
数学建模中常用的穷举法程序,具有一般性,非常实用(Mathematical modeling method commonly used in the exhaustive process, with the general, very useful)
- 2009-05-17 19:37:29下载
- 积分:1
-
nsgmajmv
PLS部分最小二乘工具箱,包括广义互相关函数GCC时延估计,车牌识别定位程序的部分功能,均值便宜跟踪的示例,鲁棒性好,性能优越,使用大量的有限元法求解偏微分方程。(PLS PLS toolbox, Including the generalized cross-correlation function GCC time delay estimation, Part of the license plate recognition locator feature, Example tracking mean cheap, Robustness, superior performance, Using a large number of finite element method to solve partial differential equations.)
- 2016-03-11 22:37:41下载
- 积分:1
-
lorenz
洛伦兹电路MATLAB仿真程序,分析,绘图,手动设置参数(Lorenz circuit simulation program MATLAB, analysis, mapping, set the parameters manually)
- 2010-12-12 11:44:48下载
- 积分:1
-
PSK_GUI
对M=16的PSK系统仿真,分析系统的误码率,画出仿真误码率曲线,与理论误码率曲线进行对比。(MATLAB语言实现)(M = 16 for the PSK system simulation, analysis of system bit error rate, BER simulation draw curves with the theoretical BER curves are compared. (MATLAB language))
- 2008-08-25 13:24:07下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
matlab2010aword
这是matlab2010a版的教程。分章阐述符号计算、数值计算、计算结果可视化及编程精要;选例展现MATLAB精华工具SIMULINK的功能级和元器件级仿真能力(This the version tutorial matlab2010a. Sub-chapter on symbolic computation, numerical computation, and result visualization and programming Essentials Selected examples show the functional level and component-level simulation capability for MATLAB Digest tool SIMULINK)
- 2012-03-27 08:43:34下载
- 积分:1