-
LPCCandMFCC
自己做设计用的参数提取程序,主要是LPCC和MFCC。(Designs its own program with the parameter extraction, mainly LPCC and MFCC.)
- 2010-09-06 10:51:26下载
- 积分: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
-
JPEG-Compression
jpeg compression of matlab
- 2012-05-02 20:47:46下载
- 积分:1
-
cx
说明: matlab 程序,simulink 仿真,多自由度系统,源代码,求响应结果,分析。(the design about matlab,simulink)
- 2012-05-23 19:32:54下载
- 积分:1
-
4M17MultiobjectiveOptimisation
multi-objective optimization
- 2014-01-09 19:15:13下载
- 积分:1
-
马尔科夫链蒙特卡洛模拟的matlab源代码
使用马尔科夫蒙特卡洛方法对非常规的概率密度函数进行样本抽取(use MCMC to draw samples)
- 2018-10-18 15:25:08下载
- 积分:1
-
chemcluster
使用MATLAB软件实现基于模拟退火算法的实例,对于模拟退火算法的理解,模拟退火工具箱的应用有帮助
(Using the MATLAB software examples based on simulated annealing algorithm, simulated annealing algorithm for the understanding of application of simulated annealing of the toolbox help)
- 2009-09-07 22:21:36下载
- 积分:1
-
MAT_Code
Basic Digital Image Processing using MATLAB
- 2009-06-05 21:22:16下载
- 积分:1
-
RRT算法
说明: 快速随机树法,寻求无人机最优的路径规划,达到节省时间和能源的问题(Fast Random Tree Method for Unmanned Aerial Vehicle Path Planning)
- 2019-10-13 18:39:59下载
- 积分:1
-
M
说明: 基于MATLAB编程的图像处理程序——低通滤波模拟编程(MATLAB based image processing program- low-pass filter simulation program a)
- 2010-06-23 08:00:24下载
- 积分:1