-
SimuAPSO1
模拟退火粒子群算法,简单实用,非常好的程序(Simulated annealing particle swarm algorithm, simple, practical, very good program)
- 2010-08-04 22:31:35下载
- 积分:1
-
1
说明: Matlab code for knapsack
- 2009-04-28 02:28:32下载
- 积分:1
-
ecg_analysis
ECG signal processing in matlab
- 2011-06-17 17:39:19下载
- 积分:1
-
fffttt
this file plot fft . in this file two sine wave
are plotted then by fft algorithm we plot fft
- 2014-11-24 23:05:25下载
- 积分:1
-
AD9834_430F149_3_signal
用430F149控制芯片AD9834产生3路信号,通过串行方式控制。又IOUT/IOUTB及SBOUT输出,全部已经用库函数实现,只需直接调用!比起他的代码简单方便。(By 430F149 control chip AD9834 generates three signals, through the serial mode control. Also IOUT/IOUTB and SBOUT output has been achieved with all library functions, just directly call! Compared to his simple code.)
- 2014-11-25 21:13:31下载
- 积分:1
-
AIHT
压缩感知文章初学者看看是英文的讲了一些重构算法,挺好的比较有用OMPBP等等( compressive sensing )
- 2014-05-08 20:07:10下载
- 积分:1
-
fdtd2
简单的fdtd算法的matlab实现,能够模拟电源和高斯分布的面源(Simple algorithm fdtd matlab implementation, can impersonate the distribution of power and gauss)
- 2010-10-13 20:27:27下载
- 积分: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
-
parameter_Jakes
信道仿真,小尺度衰落信道的MATLAB仿真源码(jakes仿真模型)(Channel simulation, small-scale fading channel MATLAB simulation source (jakes simulation model))
- 2012-12-04 21:39:35下载
- 积分:1
-
互相关
本程序主要进行两个时间序列的互相关计算。可用于信号降噪分析。(This program mainly carries out the cross correlation calculation of two time series. It can be used for signal noise reduction analysis.)
- 2018-01-30 10:05:26下载
- 积分:1