-
MFE_Toolbox
matlab在统计等方面运用 MFE_Toolbox(matlab statistics MFE_Toolbox)
- 2010-12-02 00:51:42下载
- 积分:1
-
ir551
包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,IDW距离反比加权方法,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块。( Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm, IDW inverse distance weighting method, ofdm system simulation including 16qam modulation fft windowing modules plus cp.)
- 2017-03-20 08:47:14下载
- 积分: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
-
Genetic-Algorithm-Toolbox
MATLAB遗传算法工具箱之一-gatbx
(MATLAB Genetic Algorithm Toolbox)
- 2013-11-29 20:56:36下载
- 积分:1
-
PSO_2D2
二维新的粒子群算法matlab程序,希望对大家有有帮助。(The new two-dimensional particle swarm optimization matlab program, and they hope to help everyone.)
- 2009-04-17 16:19:14下载
- 积分:1
-
pureimp
最优化中非线性规划中改进的单纯形算法matlab实现,可修改参数(nonlinear optimization program to improve the simplex algorithm Matlab, which could be revised parameters)
- 2006-07-15 06:59:14下载
- 积分:1
-
programs
MATLAB PROGRAMS MATLAB PROGRAMS MATLAB PROGRAMS
- 2013-07-27 02:45:32下载
- 积分:1
-
HarrisExtract
实现 harris角点提取,精度达到亚像素级,是基于matlab编程的。运行结果良好 。(For harris corner extraction, precision sub-pixel level, is based on matlab programming. Good operating results.)
- 2013-08-02 11:26:32下载
- 积分:1
-
IS-95simulation
此函数用于IS-95前向链路系统的仿真,包括扩频调制,匹配滤波,RAKE接收等相关通信模块。仿真环境: 加性高斯白噪声信道. 数据速率 = 9600 KBps
(This function is used for IS-95 forward link system simulation, including the spread spectrum modulation, matched filter, RAKE receiver and other related communication module. Simulation environment: additive white Gaussian noise channel. Data rate = 9600 KBps)
- 2010-08-12 05:28:32下载
- 积分:1
-
Engineering-Noise-Control--Theory-and-Practice
The recognition of noise as a source of annoyance began in antiquity, but therelationship, sometimes subtle, that may exist between noise and money seems to be a development of more recent times. For example, the manager of a large wind tunnel once told one of the authors that in the evening he liked to hear, from the back porch of his home, the steady hum of his machine 2 km away, for to him the hum meant money. However, to his neighbours it meant only annoyance and he eventually had to do without his evening pleasure.
- 2013-11-23 12:29:29下载
- 积分:1