-
zhendong
MATLAB下的振动仿真 本科毕业设计,要的下(zhedongfang zhe matlab fdf)
- 2010-06-21 20:20:23下载
- 积分:1
-
equalizing
comparison between three types of equalizers: zfl and mmse and viterbi
- 2012-07-22 15:44:19下载
- 积分:1
-
Seismic-analysis
Seismic analysis just for fun
- 2013-09-28 22:09:15下载
- 积分:1
-
matlab
MATLAB命令大全,很好用,希望给大家带来帮助(MATLAB command Daquan, very easy to use, we hope to bring help)
- 2015-04-21 20:23:26下载
- 积分:1
-
code
it is the project based on hspda coding
- 2013-04-05 04:35:30下载
- 积分:1
-
Matlabzifushibie
用Matlab神经网络实现的字符识别。可借鉴于数字识别等。(Matlab neural network of character recognition.Can be for reference in digit recognition, etc.)
- 2014-02-11 20:28:43下载
- 积分:1
-
wavelet
小波变换的matlab程序,里面有对图片的小波变换和波形文件的小波变换程序(Matlab wavelet transform procedure, which the picture has on the waveform of wavelet transform and wavelet transform procedures documents)
- 2009-04-02 20:47:14下载
- 积分:1
-
apf
应用matlab中simulink模块搭建apf,已通过测试(Matlab simulink module in the application to build apf, has been tested)
- 2011-05-04 09:28:28下载
- 积分:1
-
lab_intro
这个一个很全面的数字信号处理的实验工具包,里面包含了大部分的数字信号处理实验的各个方面。希望对大家有帮助。(This a very comprehensive test of digital signal processing tool kit, which contains most of the digital signal processing aspects of the experiment. Hope to help.)
- 2010-09-05 09:03:21下载
- 积分: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