-
MATLAB2007
说明: 关于Matlab课件,便于大家的学习和工作,是很好滴(On the Matlab software, to facilitate everyone' s learning and work, is a good drop)
- 2009-08-20 00:00:27下载
- 积分: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
-
example
用matlab实现的在三角形网格上将隐式曲面转化成参数曲面(Will be used in the triangular mesh implicit surfaces matlab realize converted into parametric surfaces)
- 2014-08-28 09:15:02下载
- 积分:1
-
mcbyq
脉冲变压器设计手册..希望对大家有所帮助(Pulse Transformer Design Manual .. hope to be helpful)
- 2010-07-19 10:36:33下载
- 积分:1
-
OFDM_AWGN
说明: OFDM在AWGN信道下的仿真,用MATLAB实现,一共有6个程序。(OFDM AWGN under the simulation, using MATLAB, a total of six procedures.)
- 2006-04-12 21:01:50下载
- 积分:1
-
OFDMPQPSKPAWGN
OFDM完整的程序,比较简单,采用QPSK调制,加了高斯噪声(OFDM complete procedure is relatively simple, using QPSK modulation, Gaussian noise added)
- 2011-05-06 21:21:39下载
- 积分:1
-
muAO-MPC-0.2.0.tar
The MATLAB interface makes it possible to use and control a precompiled solver from MATLAB...
- 2013-01-31 14:42:03下载
- 积分:1
-
suiji
使用c语言,是随机信号分析教科书的实验程序合集,是正确的。(Using the c language, is a random signal analysis of the experimental procedure textbook collection, is correct.)
- 2010-10-22 20:22:20下载
- 积分:1
-
bessel
bessel函数求根,求解bessel函数的前20个根(root of bessel)
- 2010-12-22 11:50:27下载
- 积分:1
-
uwbbbbb
说明: uwb信道仿真程序,包括多种算法(UWB channel simulation program, including a variety of algorithms.)
- 2006-04-13 13:53:45下载
- 积分:1