-
sxq20080312
三相桥式整流的SIMULINK实现,MATLAB版本6.5(Three-phase bridge rectifier of SIMULINK realization, MATLAB Version 6.5)
- 2008-04-26 08:04:42下载
- 积分:1
-
mm3-nearfield-master
mmm3 es un programa muy cool compatible con matlab
- 2014-12-01 12:34:51下载
- 积分:1
-
PCA_valoriPvectori_proprii
Principal component analysis for a voice signal
- 2011-11-10 14:37:47下载
- 积分:1
-
SURF_matlab
SURF_matlab程序及样本,有需要的可以看一下(SURF_matlab procedures and sample, there is a need to look at)
- 2014-01-07 09:42:07下载
- 积分:1
-
G729decoder-and-encoder(Matlab)
G729编码和解码的Matlab源程序,本人已经亲测,绝对能用,欢迎下载。(G729 coding and decoding of Matlab source, I have kissed, absolute can, welcome to download.)
- 2020-12-18 10:09:12下载
- 积分:1
-
lizi
粒子群代码,是一个简单的例子群算法,maltab。可以根据需要进行修改,亲测过可以运行(Particle swarm code)
- 2014-02-19 15:31:48下载
- 积分:1
-
niesao_v89
有PMUSIC 校正前和校正后的比较,Relief计算分类权重,抑制载波型差分相位调制。( A relatively before correction and after correction PMUSIC, Relief computing classification weight, Suppressed carrier type differential phase modulation.)
- 2016-06-21 13:12:19下载
- 积分: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
-
LeslieGower
LESLIE GOWER EQUATIONS BY RK4
- 2009-04-15 21:36:42下载
- 积分:1
-
FFT.MATLAB
FFT的MATLAB仿真实验,了解关于MATLAB的一般过程,及波普分析方法(FFT MATLAB simulation experiments to understand the general process of MATLAB, and pop analytical methods)
- 2013-03-07 21:51:44下载
- 积分:1