-
motaipinyu
模态参数频域识别,是指在频率域内识别试验结构模态参数的方法。(The frequency domain modal parameter identification, is the recognition test in the frequency domain method of structural modal parameters.)
- 2010-02-02 14:42:10下载
- 积分:1
-
heart
几个简单的表白小程序,用matlab写的,可以装酷(A few simple expression small program, written in MATLAB, can be cool.)
- 2018-08-13 08:34:41下载
- 积分:1
-
Power
load flow for newton raphson and gauss siedel methods
- 2011-03-27 22:01:49下载
- 积分:1
-
speed-control-control
speed control of PMSM
- 2014-02-11 03:56:24下载
- 积分:1
-
NBPSO
说明: 一种优化的离散二进制粒子群算法,在matlab上做的仿真(An optimized discrete binary particle swarm optimization algorithm and Its Simulation on MATLAB)
- 2021-04-14 19:08:55下载
- 积分:1
-
cnv_encd
程序来自《现代通信系统-使用matlab》英文版
已经调通!并加上了注释。
希望对大家有帮助1(fpga)
- 2009-04-02 21:13:00下载
- 积分:1
-
menashiftmatlab2
这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,mean-shift用于图像分割 Matlab程序(This program debug version then matlab2012b success in graduate design information previously found on the Internet when we want to be useful, MATLAB programs: the use of DWT image watermarking embedding and extraction, which contains a watermark image, the original image)
- 2014-01-16 13:09:16下载
- 积分: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
-
Rrs--matlaabS
RS码的matlabb仿真非常有帮助的东西,完整源代码。
(RS code matlabb simulation is very helpful things, complete source code.)
- 2012-07-10 09:05:38下载
- 积分:1
-
emd
亲测可用的EMD分析,直接调用改函数即可。具体可看代码说明部分,或者在matlab里help emd(EMD analysis of pro-test available, direct call function can be changed. Specific instructions can look at the code section, or help emd in matlab in)
- 2014-12-21 21:14:27下载
- 积分:1