-
invertedpendulum-(1)
The “INVERTED PENDULUM, ANALYSIS, DESIGN AND IMPLEMENTATION” is a collection of
MATLAB functions and scripts, and SIMULINK models, useful for analyzing Inverted
Pendulum System and designing Control System for it.
This report & MATLAB-files collection are developed as a part of practical assignment on
Control System Analysis, Design & Development practical problem. The assigned
problem of INVERTED PENDULUM is a part of Lab Work of Control System – III Course at
the INSTITUTE OF INDUSTRIAL ELECTRONICS ENGINEERING (IIEE), KARACHI, PAKISTAN
- 2014-01-24 20:41:28下载
- 积分:1
-
fastica
说明: 盲源分离,基于最大化负熵的盲源分离方法;
算法及调试(blind source separation)
- 2020-01-15 09:43:19下载
- 积分:1
-
IIR
用MATLAB下面的simulink库里的dsp builder搭建了一个图形化的iir滤波器模型(Using MATLAB simulink library following the dsp builder to build a graphical model of iir filter)
- 2020-12-02 20:09:25下载
- 积分: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
-
hibernate_annotation
hinbernate的练习适合新手的学习和使用。(Three practical feasibility of SSH framework)
- 2015-03-04 19:18:07下载
- 积分:1
-
chapter8
基于量子遗传算法的函数寻优算法的Matlab程序实现(Based on quantum genetic algorithm function optimization algorithm Matlab procedures)
- 2014-02-19 12:11:58下载
- 积分:1
-
《射频电路设计——理论与应用》一书课后习题第五章Matlab程序代码-RF_ch05
《射频电路设计——理论与应用》一书课后习题第五章Matlab程序代码("RF circuit design-- Theory and Application," a book OSCAR Exercise fifth chapter Matlab code)
- 2005-04-04 19:43:37下载
- 积分:1
-
ICA-app
ica application algorithm to classify data in an supervised way
- 2009-11-24 19:45:53下载
- 积分:1
-
vmlTest
这是一个纯VML的例子,VML用于统计,有柱状图、饼状图、折线图。(This is a pure example of VML, VML for statistics, histograms, pie charts, line charts.)
- 2010-05-10 13:51:08下载
- 积分:1
-
speech_noise_tracker1
Here the matlab code source for noisy speech signal and their noise tracker based minimum mean square error . it s good for learning
- 2014-12-31 02:53:50下载
- 积分:1