-
spring_movement_of_the_oscillator
此代码描述了三个弹簧控制下的振子的运动情况.(This code describes the three spring oscillator under the control of movement.)
- 2010-11-08 10:32:42下载
- 积分:1
-
matlab-helpdoc
说明: matlab中文帮助文档,方便读者理解阅读matlab,一般的安装软件中的帮助文档是英文的,使用不方便(matlab Chinese help docment, support read convience and help you understand clearly )
- 2010-03-30 21:03:26下载
- 积分:1
-
LS_CCA
回归分析工具,包含CCA,kernel CCA,LS-CCA及它们的变形,希望对同学们有用。(Regression analysis tools, including CCA, kernel CCA, LS-CCA and their variants , I hope useful to the students.)
- 2016-07-03 21:52:26下载
- 积分:1
-
Imagedenoising
基于小波的图像去噪,用MATLAB实现,(Image denoising based on wavelet)
- 2010-05-07 15:49:00下载
- 积分:1
-
best_base_conficiention_nenergy
同一信号乘以不同增益后的最佳基系数的能量累积曲线(After the same signal is multiplied by the different gain the best coefficient of energy accumulation curve)
- 2014-11-23 15:16:06下载
- 积分:1
-
GUI
GUI字符识别,用于数字的自动识别,识别效率高(this is GUI example)
- 2015-03-22 21:16:35下载
- 积分:1
-
rd_SAR001
改进的合成孔径雷达成像,可实现大斜视的成像,有点目标的仿真!(about missile-borne SAR ,verified by matlab,maybe useful.)
- 2015-09-07 09:23:46下载
- 积分:1
-
matlab
基于matlab的光学实验模拟,能很好体现matlab在这方面的优点(Optical-based experimental simulation matlab, matlab reflected well the advantages in this area)
- 2010-12-25 01:24:30下载
- 积分:1
-
MATLAB
这个文件是关于matlab曲线拟合的资料,对学习matlab曲线拟合非常有用(This document is about matlab curve fitting information, to learn matlab curve fitting is useful)
- 2013-11-27 23:59:31下载
- 积分: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