-
MPC-tracking
this program is a model-based predictive control to track a sinusoidal target.
- 2009-04-27 15:07:05下载
- 积分:1
-
MATLABmldq
MATLAB命令大全 这是较早版本的书,不过内容并没有过时。当时用的还是5.3版本。(MATLAB command Encyclopedia This is an earlier version of the book, but did not become obsolete. At that time, or 5.3 version.)
- 2008-05-14 22:34:58下载
- 积分:1
-
ccsystems2e_Chapter06
现代通信系统(matlab版)(第二版)配套源代码
John G. Proakis等著 刘树棠 译 电子工业出版社出版(modern communication system (Matlab version) (2nd Edition) source code supporting John G. Proak Liushutang is waiting for the translation of the electronics industry published)
- 2007-05-17 21:21:41下载
- 积分:1
-
PFM_AlCu
利用C++编程实现相场模拟铝铜合金凝固过程(Simulation of phase field during solidification of Al - Cu alloy)
- 2020-08-24 08:48:16下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
classification
神经网络ANN基于matlab的分类程序(Matlab neural network ANN-based classification procedure)
- 2008-07-31 16:00:23下载
- 积分:1
-
rect_array
一个可以实现矩形阵列信号处理的程序,大家试一试吧(A rectangular array signal processing can achieve the program, we try it)
- 2011-04-21 17:06:58下载
- 积分:1
-
phase_embed
这是本人自己遍的matlab程序,即对做过fft变换的相位嵌入水印的程序(this is my own times of Matlab procedures, that is done on the phase transformation fft watermark embedding procedures)
- 2006-12-06 14:58:45下载
- 积分:1
-
EEG-LMS
可以去除脑电中的50Hz工频干扰,同时可以剔除部分生理伪迹,如眼电、肌电伪迹。( can be removed the 50Hz frequency interference of EEG, and can eliminate part of the physiological artifacts such as EOG, EMG.)
- 2015-10-14 19:18:39下载
- 积分:1
-
sudoku
关于数独的解法程序。输入一个9×9的矩阵,空白处为0,运行此程序,进行计算(With regard to the solution of Sudoku program. Enter a 9 × 9 matrix, the space is 0, run this program, are calculated)
- 2010-01-12 12:07:19下载
- 积分:1