-
3L_inverter_PV
3电平光伏并网逆变器matlab/simulink仿真模型,仿真测试通过,可以正常使用。(3-level photovoltaic grid inverters matlab/simulink simulation model, simulation test can be used normally.)
- 2014-02-26 22:34:32下载
- 积分:1
-
SpeechRec
语音识别,运用DTW算法,UI界面显示。(Speech recognition, using DTW algorithm, UI interface display.)
- 2018-04-22 08:57:49下载
- 积分:1
-
code_antenna-select
MIMO系统天线选择算法及结果
内有基本系统构成与天线选择算法(MIMO system antenna selection algorithm and results within the basic system structure and antenna selection algorithms)
- 2013-04-05 14:47:50下载
- 积分:1
-
Downloads
this contains pdf file to learn more about the lyapunov exponent & bifurcation diagram of the chaotic system.
- 2014-04-08 23:00:54下载
- 积分:1
-
da903x
Base driver for Dialog Semiconductor DA9030 DA9034.
- 2014-08-22 16:29:40下载
- 积分:1
-
MATLAB
《MATLAB程序设计教程》源代码-2660(matlab)
- 2009-09-18 19:27:39下载
- 积分:1
-
gaussgradient
Gradient calculation using first order derivative of Gaussian. by using a 2-D Gaussian kernel, derivatives along x and y directions are calculated
- 2009-11-03 05:20:53下载
- 积分:1
-
ofdm
Basic OFDM codes are added here
- 2013-12-02 15:28:11下载
- 积分: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
-
Nonliner_matlab
MATLAB初学者
MATLAB初学者
包好了一些用matlab做非线性规划的源程序(MATLAB beginner beginner package MATLAB with matlab to do some good non-linear programming source code)
- 2009-12-15 17:50:05下载
- 积分:1