-
blast
MATLAB环境下V-BLAST算法的仿真程序(MATLAB environment, V-BLAST algorithm simulation program)
- 2010-06-06 15:16:04下载
- 积分:1
-
OFDM2
此代码为较为全面的ofdm无线通信的链路仿真,实现了信道模型,传输等,内容翔实,适合无线通信专业的研究生学习。(This code is more comprehensive wireless communications link ofdm simulation to achieve a channel model, transmission, informative, suitable for wireless communications professional graduate study.)
- 2014-12-14 10:25:06下载
- 积分:1
-
huisemoxing
包括灰色模型主程序灰色模型被调用子函数,该子函数命名为(Including gray model is called the gray model main subroutine, the subroutine named)
- 2013-12-17 15:48:08下载
- 积分:1
-
dt-cwt
说明: 能够实现双树复小波包变换,有一段仿真例子可以供大家参考(Realization of dual tree complex wavelet packet transform)
- 2020-11-03 00:19:56下载
- 积分: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
-
Test
matlab for mobile selular
- 2015-02-26 00:16:02下载
- 积分:1
-
1
说明: MATLAB图像分割程序介绍,各种分割的源码(MATLAB image segmentation procedure described, a variety of source separated)
- 2011-04-11 08:55:40下载
- 积分:1
-
Neural-Network-
数学建模中基于matlab的神经网络算法(Mathematical modeling of neural network algorithm based on matlab)
- 2013-11-03 18:42:35下载
- 积分:1
-
BLDCM的simulink模型
说明: BLDCM的simulink模型,电流、转速双闭环控制的无刷直流电动机系统,电机模块是自己封装而成的不是用的永磁同步电动机或者自带的BLDCM,所涉及的三个程序也有展示。(The model of BLDCM, the BLDCM system with double closed-loop control of current and speed,and the motor module is a self packaged permanent magnet synchronous motor or BLDCM, and the three programs involved are also shown.)
- 2020-06-26 19:40:02下载
- 积分:1
-
display
a MATLAB program which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3D surface.
(a MATLAB program which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3D surface.)
- 2009-01-17 17:11:57下载
- 积分:1