-
OFDMsystemswithoutguardintervalisimplemented
OFDM系统无保护间隔的系统发送部分、系统接受部分的实现方式(OFDM systems without guard interval of the system to send part of the system to accept part of the way to achieve)
- 2009-11-11 15:50:43下载
- 积分:1
-
HandbookofMathematicalMATLAB6.0
MATLAB6.0数学手册MATLAB6.0数学手册(MATLAB6.0 Handbook of Mathematical Handbook of Mathematical MATLAB6.0)
- 2009-05-20 11:15:30下载
- 积分:1
-
SVM--evaluation-index-system
说明: 支持向量机,评价体系,一种新的评价方法,实例学习:基于支持向量机的我国家电企业创新能力评价指标体系研究,一学便会。(SVM evaluation index system)
- 2011-04-10 20:51:12下载
- 积分:1
-
tracking_toolbox_help_and_demo_example
Adding help and demos to the help browser
- 2013-05-18 08:27:15下载
- 积分:1
-
rjMCMC
可逆跳转马尔科夫链蒙特卡罗算法,可用于图像处理、音频处理等领域,其中有详细解释(rjmcmc simulation aims at approximate a noisy nolinear function)
- 2021-03-07 15:39:30下载
- 积分:1
-
4FFTproject
用MATLAB实现的基4FFT算法的程序,输入一个长度为16的序列,得到DFT的频谱(Implemented with the MATLAB-based algorithm 4FFT program, enter a sequence of length 16 obtained DFT spectrum)
- 2009-11-10 18:24:38下载
- 积分: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
-
EMD-LI
EEMD和EMD仿真程序,还有CEEMDAN的程序和范例,亲测可用。(EEMD and EMD simulation program)
- 2020-06-30 22:20:01下载
- 积分:1
-
chaoliujisuan
基于牛顿拉夫逊法的潮流计算程序源代码,有例子(Newton Raphson method based on the trend of computer program source code, there are examples)
- 2011-06-02 12:03:11下载
- 积分:1
-
matlab100examples
MATLAB实用程序100例,各种图形、算法的小程序,对于MATLAB初学者有很好的帮助。欢迎下载。(MATLAB utility 100 cases, a variety of graphics algorithms small program for beginners MATLAB good help. Welcome to download.)
- 2015-02-01 15:23:30下载
- 积分:1