-
image
MATLAB实用源代码
1.图像反转
MATLAB程序实现如下:
I=imread( xian.bmp )
J=double(I)
J=-J+(256-1) 图像反转线性变换
H=uint8(J)
subplot(1,2,1),imshow(I)
subplot(1,2,2),imshow(H) (matlab code)
- 2015-01-08 11:01:19下载
- 积分:1
-
qam-sim
QaM在加性高斯白噪声下的系统仿真模型,使用的是simulink(QAM in additive white Gaussian noise of system simulation models, using simulink)
- 2007-12-13 21:14:49下载
- 积分:1
-
ndvi_matlab
在合成NDVI曲线时,输出某象元NDVI,批处理(a program for NDVI,can be used to batch)
- 2010-10-14 20:08:21下载
- 积分:1
-
Introduction-of-modern-control-tutorial_Matlab_117
书名:现代控制引论教程 Matlab辅助实验
本教材共9章。第1章介绍了经典控制论的主要内容,这是研究控制论问题时最初引入的理论和方法;第2章是现代控制论采用的状态空间描述,包括连续时间和离散时间空间模型;第3章是系统状态分析;第4章介绍了现代控制论的两个标志性的内容.即系统状态的能控性和能观性,以及能控性和能观性的判定等内容;第5章介绍了系统各种稳定性的概念和判别方法;第6章是在前5章分析的基础上,讨论了系统综合问题,如极点配置、镇定等;第7章介绍了最优控制的基本方法——极小值原理和动态规划法;第8章和第9章分别对控制论的两个分支:随机系统的状态滤波与控制和自适应控制方面等内容作了基本介绍。
(Title: Introduction to modern control experiment textbook tutorial of Matlab including 9 Chapters:
Chp1 introduces the main content of classical control theory, cybernetics is the study of this problem first introduced the theory and methods in Chp2 of the modern control theory using state-space description, including the continuous time and discrete time space model
Chp3 is the system state analysis
Chp4 describes the modern control theory, the two iconic content. The state of the system controllability and observability and controllability and observability of the decision, etc. Chp5 introduces the concept of system stability and discrimination of various methods
Chp6 is based on the former 5 chapters and discusses the systems integration issues, such as pole placement, stabilization, etc.
Chp7 describes the basic method of optimal control- minimum principle and dynamic programming
Chp8 and 9, respectively, on control theory The two branches: the state of stochastic)
- 2010-11-08 17:17:46下载
- 积分:1
-
simple_gui2
simple GUI first time to learn simple example
- 2013-01-12 00:18:52下载
- 积分:1
-
fun513
MATLAB求解转子动力学方程的状态矩阵的特征值,用在航空专业领域(Rotor dynamics equation solving state eigenvalues)
- 2014-12-11 10:45:11下载
- 积分:1
-
mppt_disturb_s
用S函数实现的电导增量法,可以对方便修改为变步长电导增量法(S function realization of conductance increment method)
- 2018-01-24 20:02:56下载
- 积分:1
-
OFDM
详细描述了在LTE中用到了OFDM技术,对于LTE初学者有很大的帮助。(Described in detail in the OFDM technology used in LTE, the LTE is very helpful for beginners.)
- 2010-08-19 22:23:47下载
- 积分:1
-
PID
有传统PID介绍,引申到改进算法,包括模糊控制,滑模控制等,配有大量实例,除利用simulink搭建外同时由c或matlab语言对照。(Traditional PID introduced extended to improve the algorithm, including fuzzy control, sliding mode control, Peiyoudaliang instance, in addition to the use of structures outside simulink matlab language by both c or control.)
- 2013-07-19 09:43:02下载
- 积分:1
-
ica
ICA butterworth 自适应滤波 短时自相关 提升小波包(ICA butterworth adaptive filtering to enhance short-term autocorrelation wavelet packet)
- 2021-01-12 16:48:49下载
- 积分:1