-
test
都是测试程序,也就是模型,比如电机,磁链模型,很实用(matlab)
- 2009-04-11 15:07:38下载
- 积分:1
-
matlab
A matlab book which writing in Chinese.
- 2011-06-17 15:51:40下载
- 积分:1
-
BIANYUANJIANCE
一种使用边缘检测方法进行的图像分割算法程序,改程序算法简单效果也不错,初学者可以使用(A kind of using edge detection method for image segmentation algorithm procedures, change program algorithm is simple the result is right also, beginners can use)
- 2014-12-28 20:58:41下载
- 积分:1
-
spectrum
系统详细的介绍了现代功率谱的原理和过程,适合初学者学习(System introduced in detail the principles of modern power spectrum and process for beginners to learn)
- 2010-06-21 23:54:58下载
- 积分:1
-
nls5
基于求解非线性薛定格方程的分步傅立叶方法和参变量积分法,在该论文中,我们提出了一种求解光脉冲在N芯光纤耦合器中传输信号的耦合模方程组的数值方法,同时用此方法对光脉冲在双芯和三芯非线性耦合器中的传输演化进行了仿真。(alculated using non-linear equation shrodinger received a variety of soliton solutions)
- 2011-09-12 16:48:04下载
- 积分:1
-
resource-code
《matlab从入门到精通》全书示例的源代码,帮助大家更好的学习matlab("Matlab from entry to the proficient," the book s source code examples to help you better learn matlab)
- 2013-12-04 17:21:32下载
- 积分:1
-
svpwm_model
说明: 永磁同步电机(PMSM)SVPWM 算法的建模与仿真(Modeling and simulation of PMSM SVPWM algorithm)
- 2020-02-19 21:14:49下载
- 积分: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
-
pangan
pemodelan pangan using matlab
- 2010-11-01 10:20:27下载
- 积分:1
-
IATSP5.10
免疫记遗传算法在TSP中的应用,经实验仿真,发现本方法快速有效(Immune genetic algorithm in TSP in mind the application of the experimental simulation, found that this method is rapid and effective)
- 2010-05-30 14:30:39下载
- 积分:1