-
spfx
大师开发的时频分析工具箱,matlab语言编写,可作为toolbox。(Master the development of time-frequency analysis toolbox, matlab language as a toolbox.)
- 2007-07-15 14:42:15下载
- 积分:1
-
Chapter4
MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
- 2009-01-02 11:01:31下载
- 积分:1
-
travail
NEURAL NETWORK MATLAB
- 2010-09-20 21:15:17下载
- 积分:1
-
ex412
打开Matlab,在工作窗口中输入程序,运行;出结果(Open Matlab, the working window, type the program, run results)
- 2008-04-22 23:20:05下载
- 积分:1
-
LDA
在大数据处理时常用的一种线性鉴别方法,里面有讲解和源代码程序(When large data processing methods commonly used linear discriminant, there are explanations and source code)
- 2013-12-11 15:46:24下载
- 积分: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
-
matlabyuyin
实现了语音的嵌入 用matlab软件 来实现的 (realize the embedded of speech)
- 2012-04-10 21:39:29下载
- 积分:1
-
paper1
一种上行小区间干扰协调的方法.pdf (An uplink inter-cell interference coordination method .pdf)
- 2014-11-02 21:14:51下载
- 积分:1
-
Gauss
高斯插值拟合用,在数据较少的情况下拟合精度慢速要求,三到四阶。(Lagrange interpolation fit to use, in the case of less data fitting precision of slow demand, three to four bands.)
- 2010-02-05 22:56:54下载
- 积分:1
-
edge_detection
image processing: edge_detection
- 2011-05-26 17:13:01下载
- 积分:1