-
PIDTutorial
PID控制方法讲解与举例,里面教你如何建模与调试。英文版本(PID control method to explain with an example, which teach you how to modeling and debugging. English version)
- 2007-09-13 09:51:30下载
- 积分:1
-
BPNN
此代码是BP网络的MATLAB仿真程序,实现的是对曲线的拟合。(This code is a BP network, MATLAB simulation program, implementation is the fitting curve.)
- 2009-12-02 01:51:19下载
- 积分:1
-
GPSandINS
在MATLAB环境下,使用GPS与惯性导航技术相结合的联合导航卡尔曼滤波算法(In the MATLAB environment, the use of GPS and inertial navigation technology joint navigation Kalman filter algorithm)
- 2009-06-13 16:42:58下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
buck
说明: 双闭环buck变换器模型,matlab simulink 仿真(Double closed loop buck converter model)
- 2020-03-11 10:02:16下载
- 积分:1
-
system_identification_RELS001
说明: 系统参数辨识,用增广最小二乘算法实现。对书中的程序进行了改进:由于噪声是未知的,虽然我们模拟了系统的随机白噪声,但进行辨识时必须对噪声进行估计,见程序45行和53行。(System parameter identification, with the extended least squares algorithm. Procedures for improving the book: Because the noise is unknown, although we simulate a system of random white noise, but to identify the noise must be estimated, see the program of 45 lines and 53 lines.)
- 2011-03-22 10:40:02下载
- 积分:1
-
Z_Converter
simulink model of zeta converter.try to make it in closed loop. it is for study purpose..
- 2011-09-22 21:58:56下载
- 积分:1
-
MathGen
important document written in matlab useful for deploying solution
- 2013-02-23 20:52:19下载
- 积分:1
-
Getting-Started-with-MATLAB
本书以MATLAB 7为版本,由浅入深地介绍MATLAB的工作环境、基本语法、数值运算、符号运算、二维和三维图像创建与编辑、高级图形图像处理、句柄图形、图形用户操作接口(GUI)、程序设计与调试、M文件的使用、MATLAB编译器、Simulink交互式仿真集成环境的应用,以及MATLAB的外围功能和应用程序接口等内容;并通过MATLAB在高等数学、信号处理及数字通信、数字图像处理方面的应用,介绍MATLAB在实际中的应用。(Book MATLAB 7 to version, it gradually introduces the MATLAB environment, basic grammar, numerical computation, symbolic computation, two-dimensional and three-dimensional image creation and editing, advanced graphics, image processing, handle graphics, graphical user interfaces operate (GUI ), program design and debugging, M file usage, MATLAB Compiler, Simulink simulation integrated environment for interactive applications, and MATLAB peripheral functions and application programming interfaces, etc. and through MATLAB in advanced mathematics, signal processing, and digital communications, digital image processing applications, the introduction of MATLAB in practical application.)
- 2013-11-15 09:59:21下载
- 积分:1
-
HOE-TO-RUN
HOW TO MATLAB EDGE DETECTION CODE
- 2015-02-27 23:04:04下载
- 积分:1