-
pingguo2
本程序是关于Newmark方法的Matlab编程,是比较简短的一个程序。(This program is on the Newmark method of the Matlab programming,it is a relatively short procedure.)
- 2013-05-11 18:03:15下载
- 积分:1
-
mcysjl
脉冲压缩技术机理
很有用哦
希望对你是有用的啊
(Pulse compression techniques useful mechanism Oh I hope it is useful to you ah)
- 2008-12-23 00:00:02下载
- 积分:1
-
GA_optimal
matlab编写的遗传算法优化程序,编译对目标函数进行优化(matlab genetic algorithm to optimize the preparation procedures,)
- 2015-03-19 19:43:39下载
- 积分:1
-
PSO
这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。(This procedure is the most basic particle swarm optimization procedures, using Matlab implementation is very simple. Only a few dozen lines of code.)
- 2009-09-23 18:09:35下载
- 积分:1
-
75776549SJWL
MATLAB CODE FOR ann WHCIH USED TO DETECT VOICE FOR MANY STUDENTS
- 2011-02-01 01:14:02下载
- 积分: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
-
power_sixpulses
power_sixpulses.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_sixpulses.rar,Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:36:25下载
- 积分:1
-
C221Electromagnetics-RF
This hands-on introduction to computational electromagnetics (CEM) links theoretical coverage of the three key methods - the FDTD, MoM and FEM - to open source MATLAB codes (freely available online) in 1D, 2D and 3D, together with many practical hints and tips gleaned the author s 25 years of experience in the field. Updated and extensively revised, this second edition includes a new chapter on 1D FEM analysis, and extended 3D treatments of the FDTD, MoM and FEM, with entirely new 3D MATLAB codes. Coverage of higher-order finite elements in 1D, 2D and 3D is also provided, with supporting code, in addition to a detailed 1D example of the FDTD a FEM perspective. With running examples through the book and end-of-chapter problems to aid understanding, this is ideal for professional engineers and senior undergraduate/graduate students who need to master CEM and avoid common pitfalls in writing code and using existing software.(This hands-on introduction to computational electromagnetics (CEM) links theoretical coverage of the three key methods- the FDTD, MoM and FEM- to open source MATLAB codes (freely available online) in 1D, 2D and 3D, together with many practical hints and tips gleaned the author s 25 years of experience in the field. Updated and extensively revised, this second edition includes a new chapter on 1D FEM analysis, and extended 3D treatments of the FDTD, MoM and FEM, with entirely new 3D MATLAB codes. Coverage of higher-order finite elements in 1D, 2D and 3D is also provided, with supporting code, in addition to a detailed 1D example of the FDTD a FEM perspective. With running examples through the book and end-of-chapter problems to aid understanding, this is ideal for professional engineers and senior undergraduate/graduate students who need to master CEM and avoid common pitfalls in writing code and using existing software.)
- 2015-02-03 07:25:42下载
- 积分:1
-
KNOWLEDGE-BASED-RADAR
认知雷达方面的国外书籍 对学习知识辅助处理的科研人员有很大的借鉴价值!(Cognitive radar knowledge of foreign books on learning auxiliary processing researchers have great reference value!)
- 2013-10-25 11:09:02下载
- 积分:1
-
PBS
计算亚波长光栅衍射效率,PBS,即偏振光分离(calculate subwave grating diffraction efficiency)
- 2013-11-20 21:02:24下载
- 积分:1