-
CHAPTER4
本文对基于非线性控制方法的倒立摆系统控制进行了系统的研究(In this paper, control methods based on nonlinear inverted pendulum control system research)
- 2008-05-27 10:38:20下载
- 积分:1
-
c6exsf1
通过matlab编辑S函数来实现对单相接地故障中故障电阻的计算(S function editing through matlab to achieve the single-phase ground fault in the fault resistance calculation)
- 2013-09-20 15:53:05下载
- 积分:1
-
c-means
模式识别课小作业 聚类cmeans matlab实现(Pattern Recognition class clustering cmeans matlab achieve smaller jobs)
- 2014-12-27 09:58:54下载
- 积分:1
-
Pss_detect
LTE中同步信号的检测程序,根据matlab语言编写,用来检测主(辅)同步信号(LTE synchronization signal detection procedures, according to matlab language used to detect the primary (secondary) synchronization signal)
- 2021-01-23 15:18:39下载
- 积分:1
-
mvdp
vanderpol 方程 的simulink模型仿真,参数mu,x10,x20设置不同参数。(van der Pol equation simulink model simulation, parameter mu, x10, x20 setting different parameters.)
- 2007-09-09 13:31:58下载
- 积分:1
-
SeiSee
处理地震信号用的画图软件,效果很好,可以和matlb一起用,希望可以帮助大家(Seismic signal processing used in drawing software, works well, can matlb together with the hope that can help you)
- 2011-10-31 10:01:58下载
- 积分:1
-
GraspandmasterMatlab
此文档是关于matlab的资料,掌握和精通MATLAB的捷径,欢迎读者仔细阅读!(This document is information on matlab, grasp and master MATLAB shortcut to invite readers to read!)
- 2010-09-30 15:37:01下载
- 积分:1
-
simulink
UPFC (unified power flow controller) using fuzzy logic for controller. in presence of DG units in power system.
- 2015-01-10 16:26:02下载
- 积分:1
-
MatlabStudy
matlab优化工具箱解线性规划,matlab优化工具箱简介。包括各种函数的说明使用方法和大量的例子。(matlab optimization toolbox of solutions of linear programming, matlab optimization toolbox profile. Description of various functions, including the use of methods and a large number of examples.)
- 2009-12-11 16:21:22下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1