-
fractaldimensionofchaosattractor
在重构相空间的基础上计算吸引子的分形维时,合适的嵌入维m和时间滞后τ的选取至关重要.在虚假邻域概念基础上,本文给出了确定m和τ的方法.较之以前的方法,此方法更准确、简单、容易理解、易实施,对较小样本数据集也可靠.最后的应用实例验证了理论的正确性.(In the reconstructed phase space based on the calculation of the fractal dimension of attractor, the appropriate embedding dimension m and time lag τ selection is essential. In a mock neighborhood based on the concept, this paper presents the method to determine m and τ. Compared with the previous methods, this method is more accurate, simple, easy to understand, easy to implement on a smaller set of sample data is also reliable. The last application example to verify the theoretical correctness.)
- 2010-03-04 10:10:17下载
- 积分:1
-
fingrt
finger print recognition algo in matlab
- 2015-02-09 18:42:14下载
- 积分:1
-
LTI
信号与系统中的LTI线性非时变系统的程式例题,将作业题目写成MATLAB程式进行模拟与判断。(Signals and systems in the LTI LTI system programming examples, job title will be written in MATLAB programming for simulation and judgments.)
- 2010-11-12 12:47:37下载
- 积分:1
-
CART
决策树算法的CART算法,用MATLAB编写,能有,不错的。(CART decision tree algorithm algorithm, using MATLAB to prepare, to have, good.)
- 2021-04-09 20:19:00下载
- 积分:1
-
spec_plot
用matlab打开即可,可以绘制功率谱的函数,十分方便(using Matlab can be opened, the power spectral mapping function, which is very convenient)
- 2006-11-19 23:06:40下载
- 积分:1
-
DoubleDensityComplexWaveletTransform
双密度2D小波工具箱 里面有源码 可以帮助理解(This is very good toolkit)
- 2009-12-18 18:48:17下载
- 积分:1
-
rands
Random sampling algorithm
- 2010-02-17 06:49:44下载
- 积分:1
-
PID
迭代学习控制系统仿真及其PID参数整定-华东石油大学本科毕业论文 (Iterative Learning Control System Simulation and PID parameter tuning- East China Petroleum University undergraduate thesis)
- 2013-08-30 10:27:36下载
- 积分: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
-
VENSFD
元胞自动机模型,是用matlab编程,花了很多时间(Cellular automata model is used matlab programming, spend a lot of time)
- 2014-02-07 21:27:45下载
- 积分:1