-
ECM
一种在线聚类程序,能够实现数据的在线聚类,对于实时监控系统很有用(An online clustering procedures, can achieve data online clustering for real-time monitoring system is useful)
- 2009-03-21 12:23:53下载
- 积分:1
-
experiment3
说明: 维纳噪声抑制 分辅助观测数据中漏入观测信号和不漏入观测信号两种情况讨论(Wiener noise suppression sub-assisted observational data leak into the observation signal and the signal does not leak into the observation to discuss two cases)
- 2009-08-28 10:52:58下载
- 积分:1
-
gold-series
基于matlab的golden序列生成程序,可以参考使用(Based on the matlab golden series generate program, reference may be used)
- 2012-05-06 11:05:57下载
- 积分:1
-
data-process
主要是硕士期间要用到的基本的统计的matlab数据处理命令的介绍(Mainly during use to master the basic statistical data processing matlab command description)
- 2011-10-26 17:45:52下载
- 积分:1
-
hand_guesture
Matlab based guesture tracking
- 2015-02-03 01:46:13下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
formback11
利用前推回代法,计算配电网潮流,收敛性较好(Use of the former back on behalf of law, distribution power flow calculation, a better convergence)
- 2020-11-05 15:29:50下载
- 积分:1
-
differentialevolution_2009-09-16
这是一个微分进化算法的实例。有兴趣可以看看。。。。(ED)
- 2009-11-06 16:11:50下载
- 积分:1
-
allen
在MATLAB中实现地球两点的的计算,可以方便的得出方位,仰角,距离(in MATLAB 2:00 of the Earth's calculation, can easily come to the position, elevation, distance)
- 2007-05-17 10:59:53下载
- 积分:1
-
Second-order-system-identification
用MATLAB实现最小二乘法和最小方差的参数辨识(Using MATLAB complete parameter identification method of least squares and minimum variance)
- 2014-10-26 11:14:56下载
- 积分:1