-
matlab
中间包含很多常用的,Matlab的經典算法。(The middle contains a lot of common, Matlab classical algorithm.)
- 2010-12-16 11:16:07下载
- 积分:1
-
allan
光纤陀螺输出误差的allan方差分析,使用的matlab仿真软件以及实际陀螺采样的数据进行分析。详细分析了5个误差的大小及其拟合曲线(FOG output error of the allan variance analysis, the use of matlab simulation software as well as actual gyroscope data sample for analysis. A detailed analysis of the size of error of 5 and its fitting curve)
- 2021-03-31 16:39:09下载
- 积分:1
-
logique
ainsi permettre la simplification du calcul ultérieur des courants et tensions dans une partie de celui-ci.
La méthode de Norton abouti invariablement au circuit suivant soit une
source de courant, une résistance parallèle (correspond à la Ri de la
source) et une résistance de charge. La résistance de charge est une des
- 2014-11-14 09:07:44下载
- 积分:1
-
wavemin
matlab code for min phase wavelet generation
- 2014-12-12 15:56:53下载
- 积分:1
-
GA
说明: matlab下的遗传算法,针对的是罚函数下的遗传算法优化(Matlab under the genetic algorithm, for the penalty function of the genetic algorithm optimization)
- 2017-01-17 12:36:03下载
- 积分:1
-
pid
abs的pid控制,自己编的,没有优化。可以运行!(abs of pid control, their series, not optimized.you can run it!)
- 2010-12-01 16:07:11下载
- 积分:1
-
SSB
简单数字调制编程,方便初学者学习
简单数字调制编程,方便初学者学习(Simple digital modulation program, easy for beginners to learn simple programming of digital modulation, easy for beginners to learn)
- 2010-12-30 12:49:10下载
- 积分: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
-
arbolavlnovo
arbol binario con arreglos en preorden, inorden postorden
- 2010-06-06 08:57:17下载
- 积分:1
-
Harris
一种harris的改进方法,值得借鉴,一篇很好的参考论文!(Harris an improved method, is worth learning, a good reference paper!)
- 2011-04-19 15:02:45下载
- 积分:1