-
Matlab-cdma2000
基于Matlab的cdma2000前向业务信道仿真(based on the cdma2000 Matlab to the business channel simulation)
- 2007-05-17 19:11:49下载
- 积分:1
-
matlab-program-design-course
这是<matlab程序设计教程>的书籍源代码。(this is the book code of matlab program design course)
- 2014-01-12 13:19:01下载
- 积分:1
-
EMD-HHT
经验模态分解和希尔伯特黄变换源程序,可以直接在matlab里运行(Empirical mode decomposition and Hilbert huang transform source code, can be directly run in matlab)
- 2020-09-18 11:17:54下载
- 积分:1
-
PLC-analog
A programmable-logic controller (PLC) is a compact computer-based electronic system that uses digital or analog input/output modules to control machines, processes, and other control modules. A PLC is able to receive (input) and transmit (output) various types of electrical and electronic signals and use them to control and monitor practically any kind of mechanical and/or electrical system.
- 2013-07-19 19:40:51下载
- 积分:1
-
MPCA
MPCA算法,PCA的升级版,可以直接对高光谱数据或高阶数据进行降维,不需要PCA的初始化过程,而且效果较好。(MPCA algorithm)
- 2021-04-12 15:28:58下载
- 积分:1
-
TL2
说明: 就是个测试文件,目前还在测试研究中,请多多指教(TEST)
- 2010-04-06 10:54:31下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
CstrBifurDAmFf
单个化工过程CSTR反应器模型的非线性分岔图的作图程序。(A single CSTR reactor model of chemical process of nonlinear bifurcation diagram drawing program.)
- 2015-10-14 10:53:33下载
- 积分:1
-
EM_GM
Smoothed bootstrap Newcomb s speed-of-light data are used in the book Bayesian Data Analysis b
- 2009-11-23 22:19:37下载
- 积分:1
-
huang
程序目的:间隔取点
可以自由选取将一组时间序列的采集点:如愿采集点间隔为0.01s,通过程序可自动得到采点间隔为0.05s时间序列。( Program purpose: to take point interval can be freely selected a set of time series of the collection point: to do so collection point interval of 0.01s, the program can automatically be taken through the point of 0.05s interval time series.)
- 2011-11-07 19:09:46下载
- 积分:1