-
GA
说明: 遗传算法的原理及MATLAB 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。(The principle of genetic algorithms and genetic algorithms MATLAB environment to achieve the programming method of the operator, and a simple example shows the function of the programmed application of global optimization.)
- 2011-04-14 19:32:42下载
- 积分:1
-
Vblast
vblast simulation for spatial multiplexing (vblast simulation for spatial multiplexi Vi)
- 2006-08-30 02:22:19下载
- 积分:1
-
HPF
A High Pass filter matlab code for image processing in frequency domain
- 2013-12-14 04:16:57下载
- 积分:1
-
kalman
卡尔曼滤波器的经典介绍。非常详细,通俗易通,中文版本(Classic introduction to the Kalman filter. Very detailed, popular ETS, Chinese version)
- 2013-12-04 18:58:04下载
- 积分:1
-
am-dsb-ssb
正弦信号通过幅度调制(AM,DSB,SSB)所得到的时域波形及频域波形(AM,DSB,SSB waveforms in frequency- domain and Time domain)
- 2012-04-01 17:52:18下载
- 积分:1
-
MATLABPCP
MatLab与C语言联合编程电子文档,MatLab与C语言联合编程电子文档(MatLab and C programming language combined electronic document)
- 2011-11-17 11:09:58下载
- 积分:1
-
chap5
Matlab图像处理实例详解第五章源码,欢迎大家下载学习,很好很强哟!!(Detailed examples Matlab image processing source code chapter are welcome to download the study, very strong yo! !)
- 2013-11-07 18:09:39下载
- 积分:1
-
LeastSquare
constrained linear least square implementation
- 2011-07-15 01:54:21下载
- 积分:1
-
123
利用单元平均CFAR门限以及单元平均选大CFAR来实现信号的频谱搜索(Using cell average CFAR threshold and average unit chosen CFAR to realize the signal spectrum search )
- 2014-12-15 14:37:14下载
- 积分: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