-
matlab7.0two
说明: 主要介绍matlab的图像处理、虚拟现实、地图制作三个工具箱(Introduces the matlab image processing, virtual reality, the production of three map Toolbox)
- 2008-11-01 12:14:30下载
- 积分:1
-
PID
实现各种PID控制算法,包括传统PID,模糊PID以及计算动词PID控制器的源码(PID controller, fuzzy pid controller , computational verb pid controller)
- 2020-07-03 15:00:01下载
- 积分:1
-
Program
FACIAL EXPRESSION RECOGNITION
- 2013-03-28 03:47:46下载
- 积分: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
-
beijingchafen100hang
帧间差分法,用于判断露点仪的镜面是否结露。(zhen jian cha fen)
- 2011-05-17 13:29:15下载
- 积分:1
-
IVA
独立向量分析(IVA)是对独立成分分析(ICA)算法的一种扩展,将ICA中的单变量成分扩展为多维变量成分,可有效避免卷积盲源分离过程中的排序模糊性问题。(Independent vector analysis (IVA), a multivariate extension of independent component analysis, tackles the convolutedly mixed blind
source separation (BSS) problem in a way to avoid the permutation
problem by employing a multivariate source prior of the short-time
Fourier transform (STFT) components. )
- 2020-12-05 09:29:26下载
- 积分:1
-
Disfrft
this file contains some m-files about calculating the fractional fourier transform
- 2010-10-24 18:17:22下载
- 积分:1
-
MATLAB-code-of-OFDM-system
Simulink通信系统建模一书中的OFDM通信系统仿真MATLAB源程序,包括word文档介绍,是非常好的通信系统仿真的学习参考资料(The book Communication Systems Simulink modeling the OFDM communication system simulation MATLAB source code, including word document describes, is a very good communication system simulation study reference)
- 2011-08-20 10:45:46下载
- 积分:1
-
MATLAB7Xchengxushejiyuyanloushuntian
MATLAB+7.X程序设计语言(第二版)楼顺天
第一章 MATLAB系统概述
第二章 MATLAB基本操作
第三章 MATLAB图形系统
第四章 MATLAB程序设计
第五章 MATLAB基本应用领域
第六章 数据阵列类型与结构
第七章 字符串处理 (MATLAB+7.X programming language (second edition) the MATLAB basic operation of floor Sunchon MATLAB System Overview Chapter II Chapter III of MATLAB graphics system Chapter Chapter MATLAB basic applications Chapter MATLAB programming data array type and structure of Chapter VII of the string processing)
- 2013-04-20 17:21:58下载
- 积分:1
-
萤火虫算法.rar
说明: 经典FA萤火虫算法MATLAB程序,可运行,有结果(Classic FA firefly algorithm matlab program, can be run, with results)
- 2019-12-13 16:52:53下载
- 积分:1