-
cdma_codec
说明: CDMA的matlab实现,程序中介绍了CDMA实现的算法以及实现的结果(CDMA, matlab implementation, the program introduces CDMA implementation algorithm and the results achieved)
- 2010-04-23 13:25:51下载
- 积分: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
-
MATLAB
MATLAB编程书籍,帮助加深对MATLAB的学习和程序应用(MATLAB programming books to help deepen the learning and procedures for application of MATLAB)
- 2010-05-15 22:29:14下载
- 积分:1
-
Noise-cancelling
This program alows you to add noise to a source and the remove the noise by filtering.
- 2014-01-29 08:32:48下载
- 积分:1
-
MATLAB7_0-teach
MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, Java, and Fortran.(MATLAB是MATrix LABoratory的缩写,是一款由美国MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。)
- 2011-04-26 12:41:40下载
- 积分:1
-
shishubianma
遗传算法是兼职编码求函数的极大值程序,比较详细。(A function or part-time coding genetic algorithm (ga) is a great value program, more detail.)
- 2014-09-09 15:29:28下载
- 积分:1
-
code
QMF滤波器在语音编码中的应用,通过matlab 实验程序设计和实现二通道镜像滤波器(QMF、CQF、OQF)在语音编码中的应用,针对不同的滤波器阶数,采用批量算法,实现和比较波形编码的效率和精度(qmf filter use in wave)
- 2009-05-16 02:04:55下载
- 积分:1
-
flowers
image swirl,input angle,fuction and output swirl
- 2010-12-07 06:31:28下载
- 积分:1
-
gmsk
说明: gsm通信中,成功应用了gmsk调制,该模块用simulink实现gmsk调制及其性能测试,(gsm communication, the successful application of the GMSK modulation, the module using simulink realization of GMSK modulation and its performance testing,)
- 2008-09-10 16:09:08下载
- 积分:1
-
fcsr
说明: 伪随机序列产生器-代进位反馈移位寄存器,matlab 原代码。(Pseudo-random sequence generator- on behalf of binary feedback shift register, matlab source code.)
- 2008-11-12 11:13:11下载
- 积分:1