-
Single_phase_half_control_bridge
用matlab编写的单相半控整流器,适合初学者(Prepared using matlab single-phase half-controlled rectifier, for beginners)
- 2010-06-04 16:21:38下载
- 积分:1
-
IsomapR1
说明: Isomap code
---------------------------------------
Author: Josh Tenenbaum (jbt@psych.stanford.edu)
[Dijkstra code by Mark Steyvers (msteyver@psych.stanford.edu)]
- 2010-04-16 05:15:12下载
- 积分:1
-
topology-optimization
拓扑优化的文章及代码。一种紧凑的matlab实现拓扑的水平集方法优化。(Topology optimization articles and code. Matlab to achieve a compact level set method of topology optimization.)
- 2011-07-02 13:45:07下载
- 积分:1
-
二自由度机械臂PD控制
说明: 二连杆机械臂MATLAB S函数仿真代码(Matlab sfunction simulation code of two link manipulator)
- 2021-01-13 13:58:47下载
- 积分:1
-
Classifier_min_dist_f
最小距离分类器,matlab环境下,可直接调用(Minimum distance classifier, matlab environment, can be directly invoked)
- 2010-06-28 13:42:51下载
- 积分:1
-
MATLAB-MTSP
遗传算法解决5种多旅行商问题(mtsp)的matlab程序
分别为以下5中情况:
1.从不同起点出发回到起点(固定旅行商数量)
2.从不同起点出发回到起点(旅行商数量根据计算可变)
3.从同一起点出发回到起点
4.从同一起点出发不会到起点
5.从同一起点出发回到同一终点(与起点不同)(5 kinds of genetic algorithms to solve multiple traveling salesman problem (mtsp) matlab program
5, respectively, the following situations:
1. Back to the starting point a different starting point (TSP fixed amount)
2. Back to the starting point a different starting point (TSP amount calculated variable)
3. Starting the same starting point back to the beginning
4. Starting the same starting point to the starting point is not
5. Starting the same starting point back to the same end point (with different starting points))
- 2021-04-25 14:58:46下载
- 积分:1
-
SingleInvertedPendulum
:运用牛顿动力学方法对单级倒立摆系统进行了数学建模,并对基于经典控制理论的PID控制方
法、基于最优控制理论的LQR控制方法,以及基于模糊控制理论的模糊控制方法进行了仿真对比分析
研究,其分析结果对该方向的研究具有理论指导意义(: Application of Newton)
- 2007-08-27 10:47:22下载
- 积分:1
-
Digital-image--methods-of-denoising
这篇文章不错 关于数字图像的噪声及其去噪的几种方法研究(Good article on the digital image noise and its several methods of denoising)
- 2011-05-19 19:27:07下载
- 积分:1
-
CHAPTER5
pid自适应控制器学习和程序大家学习,很好用的(点对点)
- 2010-09-17 10:55:03下载
- 积分:1
-
qpsk_g_r-
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:51:28下载
- 积分:1