-
Optimal_Control_CVP
Control vector parameterization, also known as direct sequential method,
is one of the direct optimization methods for solving optimal control problems. The basic idea of direct optimization methods is to discretize the control problem, and then apply nonlinear programming (NLP) techniques to the resulting finite-dimensional optimization problem.
- 2013-01-22 13:50:13下载
- 积分:1
-
buck
在MATLAB环境中搭建的电压电流双闭环buck电路,输出很稳定,对于其他双闭环控制有一定的借鉴作用。(In the MATLAB environment of voltage and current double closed-loop buck circuit, the output is stable, the double closed-loop control is of certain reference value to the other.)
- 2017-01-19 10:40:10下载
- 积分:1
-
Digital-BaseBand-Transmission
将发送滤波器和接受滤波器联合设计为无码间干扰的基带系统,而且具有最佳的抗加性高斯白噪声的性能。(Filter and receive filter will be sent free of joint design of the baseband inter-symbol interference in the system, and has the best resistance to the additive white Gaussian noise performance.)
- 2011-04-25 19:47:01下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
Optimization-of-fuzzy-control
Optimization of a gas turbine engine fuzzy control
- 2013-11-13 15:07:36下载
- 积分:1
-
toolbox
详细介绍了系统功能辨识工具箱在matlab环境下如何开发与使用,对研究系统辨识的同学有很大的帮助(This paper introduces the function of system identification toolbox in Matlab environment how to develop and use, the system identification of the students are of great help)
- 2015-01-27 20:48:48下载
- 积分:1
-
drawfunction
绘制不同函数曲线的用户界面。
调节函数,坐标范围和网格(Draw a different function curve user interface. Adjustment function, range and grid coordinates)
- 2011-06-23 11:11:27下载
- 积分:1
-
fulore1_fu
这是lorenz系统的模糊建模,调用matlab模糊控制语句得以实现,不深韵其精髓是绝对编不错来的哦(This is the lorenz system, fuzzy modeling, fuzzy control statement calling matlab be achieved, not deep rhyme its essence is absolutely true to the oh series)
- 2010-06-27 20:21:04下载
- 积分:1
-
AMI_1
本程序能够产生ami码,并且能够绘制其波形图和功率谱密度图(This procedure can produce ami code, and can draw their waveforms and power spectral density map)
- 2007-12-18 18:56:34下载
- 积分:1
-
scale_stretch
This function stretch and scale image histogram
- 2010-11-06 00:06:25下载
- 积分:1