-
KalmanFilteringandNavigationPrinciples
卡尔曼滤波与组合导航原理,非常适合初学者了解原理(Kalman filtering and navigation principles, the principle is very suitable for beginners to understand)
- 2010-10-14 10:54:16下载
- 积分:1
-
Fuzzy-logic-C-a-matlab-code
Fuzzy logic C & matlab code
- 2011-11-10 11:40:11下载
- 积分: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
-
low-noise
主要讲解的低噪比下跳频信号的调速估计问题,可以作为一定的参考(The main explanation of the low-noise ratio of the speed estimation of frequency hopping signals, can be used as a reference)
- 2010-05-06 13:32:04下载
- 积分:1
-
KF_SINS
这是本人编写的接联惯性导航系统静基座对准精对准卡尔曼滤波仿真程序。请多多执教。(this is my preparation access inertial navigation system at the base of static precision alignment Kalman filter simulation program. Please excuse to teach.)
- 2007-01-28 12:44:58下载
- 积分:1
-
OPELM_Toolbox
最优剪枝极限学习机的matlab工具箱,内有源码课直接拿来修改使用(Extreme Learning Machine optimal pruning matlab toolbox, there are lessons directly used to modify the source code)
- 2020-11-04 19:19:52下载
- 积分:1
-
pinyu-shiyu-fenxi
说明: 对一个单位负反馈系统, 当k=1.5时,绘制其bode图和nyquist图;(For a unit negative-feedback system, when k = 1.5, rendering the Nyquist diagrams and Bode figure )
- 2011-04-14 16:37:07下载
- 积分:1
-
jububian
矩不变分割,分割效果明显,在Matlab下完美实现(Moment-segmentation, segmentation obviously perfect realization in Matlab)
- 2012-12-31 13:54:14下载
- 积分:1
-
MoM_Quadraticequations
利用MATLAB编程实现用矩量法求解2次微分方程,附带MOM课件(Using MATLAB Programming with the Method of Moment 2 differential equations, with MOM courseware)
- 2010-05-10 10:35:46下载
- 积分:1
-
OpenCVmex
cvlib_mex为已封装了openCV重要函数的库,PS:此文件供linux系统下64位matlab使用(cvlib_mex as an important function encapsulates the openCV library, PS: This file is for 64-bit linux system using matlab)
- 2013-07-15 19:17:49下载
- 积分:1