-
MATLABincontrolsystemsimulation
本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。()
- 2007-09-24 08:44:16下载
- 积分:1
-
三相pwm整流器
说明: 三相整流,ac-dc变换。可用于电力系统仿真中的三相交流电源整流模块使用。(Three phase rectification, AC DC conversion. It can be used in three-phase AC power rectifier module in power system simulation.)
- 2020-06-11 22:06:36下载
- 积分:1
-
intentoconvolucion
this program does de graphic convolution of two signals in real time, it gives de value of the convolution
- 2009-12-21 04:51:12下载
- 积分:1
-
test_data
说明: 基于遗传算法,进而优化惩罚因子,核函数参数的的支持向量机进行分类(GA SVM classification)
- 2020-06-22 02:20:01下载
- 积分:1
-
chap2_3
在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。(In process control, according to the percentage of deviation (P), Integral (I) and differential (D) control of PID controller (also known as PID regulators) is the most widely used of an automatic controller.)
- 2008-07-23 23:35:08下载
- 积分:1
-
monituihuo
说明: 在matlab下运行,实现基于模拟退火算法的函数求极小值算法,绝对能运行成功!(Run in matlab to realize the function based on simulated annealing algorithm for seeking the minimum, the absolute can run successfully!)
- 2010-04-29 14:11:10下载
- 积分:1
-
cov
详细介绍了MATLBA中的COV函数的使用和作用(Introduces the use of MATLBA COV function and role
)
- 2011-09-24 10:52:58下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
MATLAB1-s2.0-S0965997808001919-main
关于使用MATLAB的软件环境的线性系统的学术文章(Matlab software for inversion of describing functions)
- 2013-12-11 10:29:04下载
- 积分:1
-
bigPixel
显示梯度图像,寻找图像中最大像素值并找出边界。(show the gradient of a picture,find the edge of big pixel in a picture)
- 2010-07-28 09:38:05下载
- 积分:1