-
lab7
dsp source for matlab (fft ifft frequency)
- 2010-06-14 12:39:16下载
- 积分:1
-
ParallelMatlab
关于“pMatlab”(from MIT) 工具在Matlab 环境中使用的说明(word),附例子和相应的“startup”文件以及pMatlab 工具包(On pMatlab (from MIT) tool in the Matlab environment description (word), attached to the corresponding examples and startup file, as well as toolkits pMatlab)
- 2007-11-15 12:34:03下载
- 积分:1
-
FFT
Matlab关于傅里叶变换的pdf资料 有用(Matlab program on the Fourier transform)
- 2010-06-03 17:14:38下载
- 积分:1
-
MapleAndMATLABdealScienceProblemV3
用Maple和MATLAB解决科学计算问题,第三版,电子工业出版社(Using Maple and MATLAB to solve scientific computational problems, Third Edition, Electronic Industry Press)
- 2009-12-19 11:13:48下载
- 积分:1
-
Bayes
说明: 传统贝叶斯分类器,最小错误率贝叶斯分类器、最小风险贝叶斯分类器(Traditional Bayesian classifier, the minimum error rate classifier, minimum risk Bayes classifier)
- 2010-04-11 17:42:08下载
- 积分:1
-
MATLAB-basedControlSystemAnalysis
说明: 锅炉汽包水位控制系统是火力发电厂中的一个重要的热工控制系统,汽包水位的
控制大多采用传统PID控制方式。但是,传统PID控制器参数的整定是在获取对象数学
模型的基础上,根据某一整定规则来确定的,不能进行在线调整,难以适应锅炉汽包
水位这样一个复杂多变的控制系统,其控制效果往往难以满足要求。
本文应用模糊控制技术,设计了一种二输入三输出模糊自整定PID控制器,对锅
炉汽包水位进行控制,实现了PID参数的自适应调节。利用MATLAB对控制系统进行
仿真。结果表明,该控制器自整定能力及鲁棒性比传统PID控制器更强,响应速度快、
精度高,同时对虚假水位有较好的控制效果。(Boiler water level control system is an important thermal power plant in the thermal control system, boiler water level
Control most of the traditional PID control method. However, the traditional PID controller tuning parameters for objects in mathematics
Model based on the rules to determine a whole and can not be adjusted online, it is difficult to adapt to the boiler drum
Water level control such a complex system, its control effect is often difficult to meet the requirements.
In this paper, fuzzy control technology, designed a two input and three output fuzzy self-tuning PID controller, the pot
Steam drum level control, the PID parameters to achieve the adaptive regulation. The control system using MATLAB
Simulation. The results show that the controller auto-tuning capability and robustness more than the traditional PID controller, fast response,
High precision, while the water level has better control of false results.)
- 2010-04-29 14:59:48下载
- 积分:1
-
GaussianMixtureModel_2
解决了带有time index高斯混合模型的状态估计问题(An estimation technique for Time Indexed Gaussian Mixture Models)
- 2013-10-10 20:24:11下载
- 积分:1
-
MATLAB-Image-Processing-Source-Code
MATLAB图像处理源文件,每章节的对应matlab源代码已整理好,可对应ppt和视频配套学习(MATLAB image processing source files, each chapter corresponds matlab source code has been collated.)
- 2015-04-16 16:50:33下载
- 积分:1
-
coding_for_security
说明: 安全编程修炼之道英文版和代码,比较详细,推荐(coding_for_security)
- 2010-04-05 13:46:07下载
- 积分:1
-
per
function Px = per(x,n1,n2)
PER Estimate the spectrum of a process using the periodogram
-----------
USAGE Px = per(x,n1,n2)
The spectrum of a process x is estimated using the periodogram.
x : input sequence
n1 : starting index, x(n1)
n2 : ending index, x(n2)
The periodogram is returned in Px using a linear scale.
If n1 and n2 are not specified the periodogram of the entire
sequence is computed.
- 2012-04-18 09:56:59下载
- 积分:1