-
dmctutorial
Dynamic Matrix Control Tutorial
Dynamic Matrix Control (DMC) was the first Model Predictive Control (MPC)
algorithm introduced in early 1980s. Nowadays, DMC is available in almost
all commercial industrial distributed control systems and process
simulation software packages. This tutorial intends to explain the
features of DMC using the dmc function developed by the author.
- 2010-12-28 10:35:33下载
- 积分:1
-
signal
说明: matlab 数字信号处理工具箱 含有非常完整的信号处理函数(signal_processing)
- 2010-04-01 23:39:30下载
- 积分:1
-
Facial-feature-detection
程序实现人脸特征的检测和定位,可以识别并标注眉毛,眼睛,鼻子,嘴巴以及耳朵。能用于单人和多人脸图的检测识别,效果不错。(This is a human facial feature detection and location program. It can be applied to detect both single and multiple face images. )
- 2021-04-13 20:18:56下载
- 积分:1
-
MIMLBoost
matlab编写的MIMLBoosting算法,其中包括实现算法的函数,还有可作为示例的数据和主程序,可以运行,可以对多示例多标记样本进行分类,并计算正确率等多个指标。(MIMLBoosting algorithm matlab prepared, including the implementation of the function of the algorithm, as well as examples of data and the main program, you can run, you can multi-instance multi-label classification of samples and calculate the number of indicators, such as the correct rate.)
- 2014-01-15 15:12:17下载
- 积分:1
-
DSP
说明: 首先,建立两个模拟信号的数学模型 有用信号 干扰信号。两个信号的中心频率、信号带宽等参数由学生自己选定,要求两个信号的频谱不重叠 分别画出三个模拟信号的时域波形和频谱图;然后,根据x_a (t)的中心频率和带宽,按照奈奎斯特采样定理选择采样频率fs,分别对信号s_a1 (t)、s_a2 (t)、x_a (t)进行时域采样,得到离散信号s_1 (n)、s_2 (n)、x(n)。利用FFT算法分析离散信号的频谱,分别画出三个离散信号的时域波形和频谱图;
接着,设计数字滤波器H(z),要求该滤波器对干扰信号s_2 (n)的衰减大于40dB。提出滤波器的设计指标,并设计滤波器,给出滤波器的设计结果,绘制滤波器的幅频特性和相频特性曲线,验证滤波器的设计结果是否达到设计指标要求;此外,选择实现数字滤波器H(z)的结构,画出滤波器结构信号流图;然后,将合成信号x(n)输入数字滤波器H(z),按照所选择的滤波器结构,设计计算机程序计算滤波器的输出响应y(n),画出y(n)的时域波形和频谱图;(the synthetic signal x (n) is input into the digital filter H (z). According to the selected filter structure, a computer program is designed to calculate the output response y (n) of the filter, and the time-domain waveform and spectrum diagram of Y (n) are drawn)
- 2020-05-26 14:26:10下载
- 积分:1
-
shot
This code is about shot in seismic field.
- 2009-11-09 04:11:08下载
- 积分:1
-
FDTDMatlab
FDTD(时域有限差分法)算法的Matlab源程序(This MATLAB M-file implements the finite-difference time-domain
solution of Maxwell s curl equations over a three-dimensional
Cartesian space lattice comprised of uniform cubic grid cells.)
- 2009-06-08 20:01:29下载
- 积分:1
-
jianmo
说明: 数学建模论文,适合本科生阶段使用和学习参考(Mathematical modeling papers, suitable for undergraduate use and study reference period)
- 2011-04-07 21:12:17下载
- 积分:1
-
C-PROGRAM
Program for serial communication in “C” language
- 2014-10-19 21:25:17下载
- 积分:1
-
Bisection
he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively bisect the interval, generating a sequence of intervals [ak,bk] that is guaranteed to converge to a solution to f(x) = 0.
- 2009-03-20 04:30:16下载
- 积分:1