-
Fast_Walsh_Hadamard_Transform
最小的增广拉格朗日并交替方向算法应用matlab实现( Minimization by Augmented Lagrangian
and Alternating Direction Algorithms use matlab to implement)
- 2009-11-10 14:57:17下载
- 积分:1
-
qtmm-1.0.37-win32
afsk1200 decoder for windows
- 2014-05-26 18:11:13下载
- 积分: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在控制系统仿真中一些例子程序,对学习控制系统仿真的朋友有一些帮助(About mathematical modeling risk overdraw problem program, mainly to solve the risk of the investment in the optimal strategy is more than the main Linux multi-threading with processes the correlative analysis of the performance, very classic, is suitable for various beginners above for matlab in control system simulation program some examples to the study of control system simulation friend has some help
)
- 2012-05-26 21:03:10下载
- 积分:1
-
MATLAB-Fibonacci
写一个MATLAB函数fibo.m来计算Fibonacci数列,其定义如下: fibo(n+2)=fibo(n+1)+fibo(n) 此数列的初始条件如下:fibo(1)=0,fibo(2)=1。(Fibo.m write a MATLAB function to calculate the Fibonacci sequence, which is defined as follows: fibo (n+2) = fibo (n+1)+fibo (n) the initial conditions in this series are as follows: fibo (1) = 0, fibo (2) = 1.)
- 2014-12-12 06:07:28下载
- 积分:1
-
bluetoothhop
this is a best matlab project
- 2014-08-04 15:08:54下载
- 积分:1
-
EyeDiagramDemo
eye picture示模型。修改高斯白噪声信道的SNR值可以看到不同情况下的eyepicture (eye picture show model. Modified Gaussian white noise channel SNR value can be seen under different circumstances eyepicture)
- 2007-10-11 11:34:45下载
- 积分:1
-
EXAMPL_6
该程序主要提供了信号多径传播的模型,直观看出多径的情况(The program provides a major multi-path signal transmission model, an intuitive multi-path to see the situation)
- 2009-04-16 11:16:39下载
- 积分:1
-
TimeSeriesLogger
stability and stabilisation of modelisation of pv and wind and for identification local
- 2014-10-09 04:52:48下载
- 积分:1
-
tfrwv2
wigner时频分布,解压后在matlab中运行,处理信号时需要做希尔伯特变换!(function of wigner-ville distribution, may apply on analysis of seismic wave!)
- 2012-11-27 14:02:18下载
- 积分:1