-
BaseOnWaveLab
实现了小小去噪,与其他去噪方法相比取得了良好的效果(denoising based on wavelet)
- 2009-03-15 17:58:55下载
- 积分:1
-
WTB_v3
本程序为丹麦奥尔堡大学开发的基于Matlab/Simulink的风电专用工具箱,包含专用的风模型、电机模型、变换器及控制策略等内容,著名的风电软件DIGSILENT等软件就是基于该软件开发的。(This toolbox has been developed during the research project “Simulation Platform to model, optimize and design wind turbines” and it has been used as a general developer tool for other three simulation tools: Saber, DIgSILENT, HAWC. The report provides first a quick overview over Matlab issues and then explains the structure of the developed toolbox. The attention in the report is mainly drawn to the description of the most important mathematical models, which have been developed in the Toolbox. )
- 2011-06-26 23:17:10下载
- 积分:1
-
MPA
mpa算法,可以实现四个资源块 ,六个用户之间的迭代用于非正交多址接入(Multi-user detection algorithm for MPA)
- 2018-11-29 16:21:58下载
- 积分:1
-
MatlabBaseon3Dmodel
基于Matlab的数据处理与三维模拟。专业人士阅读。(Matlab-based data processing and three-dimensional simulation. Professionals.)
- 2007-09-27 12:25:50下载
- 积分: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
-
Parzen22
calssification algorithm2222
- 2014-11-26 22:49:55下载
- 积分:1
-
Communication-theory
通信原理基于Matlab的计算机仿真 书籍 源代码(Communication is based on the source code of Matlab computer simulation Books)
- 2012-12-28 15:19:26下载
- 积分:1
-
matlab-tutorial-
matlab教程,适用于初学者,简明易懂。教程主要为matlab基础操作。(Matlab tutorial, it is suitable for beginners, concise, easy to understand. The main matlab tutorial for basic operations.
)
- 2012-04-13 18:55:46下载
- 积分:1
-
tracker-code-2011.11.18
This software was developed under Linux with Matlab R2009a.
There is no guarantee it will run on other operating systems or Matlab versions.
- 2012-02-13 20:26:38下载
- 积分:1
-
multi_car_dean
多车队列控制算法,实现了三辆车的分布式模型预测控制(control of multi-vehicles)
- 2020-12-15 20:49:15下载
- 积分:1