-
chan
一种实现TOA的算法,chan算法的源代码,matlab源程序,希望采纳。(Algorithm, chan algorithm source code for an implementation of TOA, matlab source code, hope to adopt.)
- 2014-02-23 19:37:08下载
- 积分:1
-
ReactiveTabuSearch
Matlab Implementation of Reactive Tabu Search
- 2015-05-11 21:54:53下载
- 积分:1
-
Manifold
说明: 流形学习非线性降维的经典算法Isomap(isomap algorithm with the data and the paper in 2000)
- 2020-04-07 21:17:14下载
- 积分:1
-
LSSVM
参数选择,可以用正交化方法实现对KERnel核函数参数选择(Preferences, you can achieve with the orthogonal method KERnel kernel function parameter selection)
- 2009-11-27 10:40:16下载
- 积分:1
-
MATLABtoolsformodel
常用的matlab数学建模工具包,您可以使用命令帮助mathmodl视图内容或直接从命令mathmodl学习教程(Commonly used matlab mathematical modeling toolkit, you can use the command help mathmodl view content or directly from the command mathmodl learning tutorial)
- 2013-08-14 09:15:24下载
- 积分:1
-
MMSE-SIC
This is a file containing SIC algorithm
- 2020-11-16 17:39:40下载
- 积分:1
-
matlab-tztqyuyingyong
特征提取与应用 matlab 特征点 可用 可调试(Feature extraction and application of feature points can be used to debug matlab)
- 2011-09-08 09:41:27下载
- 积分:1
-
r20.001
这是一个comsol转化成matlab程序,可以做出z轴循环,求出感应电量(This is converted into a comsol matlab program, you can make the z-axis loop, find the sensor power)
- 2011-05-23 17:15:37下载
- 积分:1
-
PMSM_FOC
simulink环境下的永磁同步电机的磁场定向控制,采用id=0的控制策略(simulink environment of permanent magnet synchronous motor field oriented control, using id = 0 control strategy)
- 2013-08-04 17:45:18下载
- 积分: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