-
pid_prog
很优良的PID控制器设计仿真程序与模型,经过严格检验(Very good simulation of PID controller design procedures and models, to undergo a rigorous inspection)
- 2008-05-21 16:27:13下载
- 积分:1
-
Promat
Comprehensive approach to modeling and simulation of photovoltaic arrays
- 2011-04-20 17:33:02下载
- 积分:1
-
random_walk
2D version of Brownian motion. A random walk is similar to markov process, however a
markov process has no memory, where a random walk uses an initial state.
The next step in the walk does not necessarily depend on your current
state but will be referenced from your current state, that is to say the
random vector is added to your current state. depending on complexity
- 2013-02-13 05:08:58下载
- 积分:1
-
functionapproch
best squre approach of function(best approach of function squre)
- 2006-06-18 20:48:58下载
- 积分:1
-
MAS
induction motor matlab simulink
- 2014-10-29 23:35:39下载
- 积分:1
-
artificial-segments.tar
Artificial networks exampls
- 2014-11-26 22:30:01下载
- 积分:1
-
direct-sequence-spread-spectrum-
基于simulink模块的直接序列扩频系统的仿真设计 保护扩频及信道(Research and simulation of direct sequence spread spectrum communication system )
- 2015-01-10 17:22:17下载
- 积分:1
-
duojilianghua
通信原理中运用matlab实现信号的均匀量化(Uniform quantization to realize signal)
- 2015-04-13 10:20:14下载
- 积分:1
-
MATLAB
说明: 高斯白噪声无线通信信道下的误码率仿真,希望对你的学习有用(Gaussian white noise of wireless communication channel under BER simulation, you would like to learn useful)
- 2008-11-19 15:49:12下载
- 积分: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