-
yj6
离散二次线性系统最优控制问题的MAtlab
原程序代码(Discrete linear systems with quadratic optimal control problem of the original Matlab code)
- 2008-04-26 19:21:22下载
- 积分:1
-
Matlab
Matlab作业(四连杆机构仿真调试)基于Simulink 仿真的振动学问题解决实例(Matlab jobs (four bar linkage simulation debugging))
- 2021-03-11 17:29:26下载
- 积分:1
-
mpc_example
MPC CONTROLLER LOGARITHMS
- 2019-03-20 16:02:10下载
- 积分:1
-
mtspv_ga
Algorithm that solves the Multiple Travelling Salesman Problem (MTSPv). This algorithm calculates the optimal number of salesman
- 2009-10-20 17:56:17下载
- 积分:1
-
string-data-encryption
Data Encryption by Matrix Multiplication
We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
- 2012-06-24 02:58:53下载
- 积分:1
-
multiagent
多智能体系统的仿真适合学习参考(simulations of mult-agent systems for studying or referencing)
- 2018-01-12 10:10:57下载
- 积分:1
-
支持向量机的matlab仿真
说明: 支持向量机回归用于电力系统短期负荷预测,内包含.m程序和数据(Support vector machine (SVM) regression is used for short-term load forecasting of power system, including. M program and data)
- 2020-04-05 15:55:21下载
- 积分:1
-
PgonMCCDMA
This program is used to analyze the effects of the spreading factor on the performance of MC-CDMA system.
- 2010-06-08 13:40:22下载
- 积分:1
-
00905780
Channel Estimation for 36 Wideband CDMA Systems Using the Kalman
Filtering Algorithm
- 2014-10-13 02:16:00下载
- 积分:1
-
PDV-algorithm
用于分类的主判别变量算法(principal discriminant variate algorithm) ( principal discriminant variate algorithm for two classes, x1 and x2.
x1 is the training samples in the 1st class with each column being the spectrum characterizing the corresponding sample.
x2 is the training samples in the 2nd class with each column being the spectrum characterizing the corresponding sample.
lamda is the penalty weight defining the balance between FLDA and PCA.
dvnum is the number of principal discriminant variates to be computed. A defaul value for dvnum is 2.
dv is the principal discriminant variates.
scores is the matrix with each row being the scores of the samples on the corresponding principal discriminant variate.
xmean is the mean spectra of the sample, which was used for mean-centering the data in training and prediction.
)
- 2013-12-15 19:59:43下载
- 积分:1