-
System_analysis_and_design_based_MATLAB7
说明: 内容简介
《基于 MATLAB 7.x的系统分析与设计(第2版)——控制系统》
MATLAB的推出得到了各个领域专家学者的广泛关注,其强大的扩展功能为用户提供了强有力的支持。
本书针对应用广泛的控制系统领域,简要介绍了控制系统理论的基本概念和基本方法,详细介绍了由MATLAB提供的控制系统工具箱函数的用法指南,最后以大量的应用示例, 说明了基于MATLAB进行控制系统分析与设计的方法。
本书可作为“自动控制原理”、“控制系统分析与设计”等课程的参考书,对课程学习可起到事半功倍的效果。本书对控制系统领域的教师、研究生、高年级本科生和广大科研人员都有重要的参考价值,对其它领域的科研人员也有一定的借鉴作用。(Introduction
"Based on MATLAB 7. x, System Analysis and Design (2nd edition)- Control System "
The introduction of MATLAB experts and scholars in various fields has been widespread concern in the expansion of its powerful capabilities to provide users with a powerful
Support.
This book is widely used control system for the field, briefly introduced the basic concepts of control system theory and basic methods are used, refer
Presentations provided by the MATLAB Control System Toolbox functions usage guide, and finally to a large number of application examples to illustrate based on the
MATLAB for control system analysis and design methods.
This book can be used as "control theory", "Control System Analysis and Design" and other courses of reference books, can play on courses
Multiplier effect. Book on control systems in the field of teachers, graduate students, undergraduates and general researchers have re-
To the reference value, researchers in other fields also hav)
- 2010-05-02 11:47:04下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1
-
HA_main
采用HA算法的零陷波束形成器,有详细的注解,可更改参数(HA algorithm using Null Beamformer, detailed comments, can change the parameters)
- 2009-06-02 15:22:48下载
- 积分:1
-
Digital-FilteraEqualizer
Digital filter 数字滤波器与均衡器(Digital filter digital filter and equalizer)
- 2014-10-27 18:50:06下载
- 积分:1
-
IM_1
Induction Machine modeling source Code:
without using simulink, these codes can numerically model th IM.
- 2009-06-03 15:47:14下载
- 积分:1
-
dataset
the for clustering algorithms.
- 2014-11-26 22:05:26下载
- 积分:1
-
Introduction-to-Simulink-
matlab的Simulink仿真实例,原版英文资料,比较基础。(Matlab Simulink simulation instance, the original information in English, the basis for comparison.)
- 2013-04-07 09:49:14下载
- 积分:1
-
STFT
实现了对语音信号的STFT处理,用matlab(Realization of the speech signal STFT processing, using matlab)
- 2014-11-14 12:44:12下载
- 积分:1
-
matlabcontrlsimulink
matlab模糊控制资料,是matlab仿真应用的东东,对模糊控制的学习很有帮助(matlab fuzzy control information is Dongdong matlab simulation applications, fuzzy control of the learning very helpful)
- 2007-11-14 13:20:32下载
- 积分:1
-
periodogram
本程序是功率谱密度的仿真比较,关于三个信号源的具体情况参见《现代数字信号处理导论》上册,P202,习题5。
实验方法:周期图法、自相关法和协方差法。
(this procedure is the power spectral density of the simulation, 3 signal source on the specific circumstances, see the "modern digital signal processing" Introduction to the first volume, P202, Exercise 5. Experimental Methods : Chart cycle, since the correlation and covariance method.)
- 2006-08-29 08:42:00下载
- 积分:1