-
Appendix1E_data_generation
data generation using matlab neural network
- 2013-09-15 20:02:23下载
- 积分:1
-
cvx-w64
这是凸优化工具包,无需编程,能够直接调用,方便快捷(This is a convex optimization tool kit, without programming, can be called directly, convenient and quick)
- 2013-11-15 17:23:51下载
- 积分:1
-
cpf_BPSK
二相编码信号的三次相位函数的matlab程序,自己编的,希望大家批评指正(cubic phase function of BPSK)
- 2015-07-21 19:37:16下载
- 积分:1
-
aixibaoyansefenxi
细胞颜色分析,matlab实现,效果不错(Color analysis of cells, matlab achieved good results)
- 2007-11-22 16:25:43下载
- 积分:1
-
cnn_tutorial
this is an ebook about neural network
- 2010-12-28 03:20:42下载
- 积分:1
-
ecg4
removal of both powerline interference and base line wander
- 2011-02-16 13:27:42下载
- 积分:1
-
LMS_P107
本程序为《自适应信号处理》(王永德等译,机械工业出版社)书中107图SER算法和LMS算法比较的源程序,仿真效果和书上一致(This program is " adaptive signal processing" (s Acoustic other translation, Mechanical Industry Press) book 107 SER algorithm and LMS algorithm for graph comparison of the source, the simulation results and the same book)
- 2010-11-12 09:52:33下载
- 积分:1
-
XAJfun
说明: matlab新安江三水源模型,包括产流 汇流 分水源 河道演进(matlab Xinanjiang three water models, including river water runoff evolution confluence points)
- 2021-04-01 19:49:07下载
- 积分:1
-
matm
writing function files with Matlab
- 2012-09-14 15:58:24下载
- 积分: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