-
Fuzzy-PID
将自适应模糊PID的控制方法应用于电液伺服控制系统中,通过使用MAⅡAB的
FuzzY工具箱对系统建模和仿真计算,并可根据仿真结果在线调整PID参数,对系统进行校
正.(The adaptive fuzzy PID control method is applied to electro-hydraulic servo control system, through the use of MA Ⅱ AB' s FuzzY toolbox on the system modeling and simulation, and can be adjusted according to the simulation results of PID parameters online, the system calibration.)
- 2010-05-29 11:49:07下载
- 积分:1
-
codestatcom
A static synchronous compensator (STATCOM), also known as a "static synchronous condenser" ("STATCON"), is a regulating device used on alternating current electricity transmission networks. It is based on a power electronics voltage-source converter and can act as either a source or sink of reactive AC power to an electricity network. If connected to a source of power it can also provide active AC power. It is a member of the FACTS family of devices.
- 2013-10-14 22:51:20下载
- 积分:1
-
Porous
The Open Porous Medium (OPM) consortium provides industry-compatible open-source finite-element flow simulation code with robust
- 2014-01-26 18:28:03下载
- 积分:1
-
calyy000
这个程序是MATLAB里面完成了计算节点导纳矩阵的功能,对初学者很有用。(This procedure is done inside MATLAB function calculates the node admittance matrix, useful for beginners.)
- 2015-09-18 20:54:34下载
- 积分:1
-
210052352X_Mathematiques
Engineering Mathematics 5th Edition covers a wide
range of syllabus requirements. In particular, the book
is most suitable for the latest National Certificate and
Diploma courses and City & Guilds syllabuses in
Engineering.
This text will provide a foundation in mathematical
principles, which will enable students to solve
mathematical, scientific and associated engineering
principles. In addition, the material will provide
engineering applications and mathematical principles
- 2010-09-21 03:09:14下载
- 积分:1
-
bpnet
简化的ANN程序,程序代码很少,但是预测效果相当(a simplified Ann algorithm with good performance)
- 2012-04-19 18:45:07下载
- 积分:1
-
matlab_classic_programming_variable_tutorial_basic
matlab经典程序设计变量基本运算法教程matlab classic programming variable tutorial basic algorithms(matlab program design variables classic basic algorithms tutorial matlab classic programming variable tutorial basic algorithms)
- 2010-08-02 14:32:20下载
- 积分:1
-
danchunxing
单纯型搜索MATLAB程序,用于搜索多变量函数的局部极小值。(Search MATLAB simple procedure used to search for multi-variable function of the local minimum value.)
- 2009-05-12 16:37:21下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
IBM_GSC
结合广义旁瓣滤波(GSC)和理想二值掩蔽(IBM)的麦克风阵列语音增强算法(microphone array speech enhancement based GSC and IBM )
- 2016-05-19 16:25:23下载
- 积分:1