-
MatLab4-2
This disk contains numerical methods software coded in MATLAB. The algorithms are described in the text NUMERICAL METHODS for Mathematics, Science, and Engineering.
- 2010-11-03 01:57:33下载
- 积分:1
-
Reg_courant_SVM
COntrole de courant avec Modulation Vectorielle
- 2012-04-04 02:04:49下载
- 积分:1
-
matched-field-processiong
matched field processing定位仿真。根据porter的kraken模型跑出来的。(matched field processing positioning simulation. According porter ran out of the kraken model.)
- 2014-01-06 16:28:35下载
- 积分:1
-
Adaptive-Filtering-MATLAB--report
基于lms算法的自适应滤波器的matlab实现(包括详细的编程代码)(Adaptive filter based on the lms algorithm matlab implementation (including details of the programming code)
- 2012-04-22 15:23:15下载
- 积分:1
-
FFTcalc
To find FFT, SNR and SFDR
- 2013-01-18 19:28:37下载
- 积分: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
-
ofdmwaiwen
三篇经典的关于ofdm相位噪声抑制的外文资料,是大师的作品,很有参考价值,我考过好几次,受益匪浅。(Three classical phase noise suppression on ofdm foreign materials, is the master work, a good reference, I test several times and benefit.)
- 2010-05-06 22:25:36下载
- 积分:1
-
LIF
一种基于区域活动轮廓模型,通过引入局部的图像拟合能量来提取图像的局部信息,能够有效的额分割强度不均一的图片。较传统的水平集方法有更少的计算量(By introducing the local image fitting(LIFenergy to extract the local image information,our model is able to segment image with intensity
inhomogeneities.)
- 2013-09-13 16:40:23下载
- 积分:1
-
ofdm(complete)
正交频分复用(OFDM)的完整系统仿真程序,值得学习参考(Orthogonal Frequency Division Multiplexing (OFDM) is a complete system simulation program, it is worth learning reference)
- 2013-11-13 11:13:32下载
- 积分:1
-
work
自己写的关于窗函数的matlab程序,便于学习滤波器的设计(window function and spectrum analysis)
- 2012-02-10 10:08:39下载
- 积分:1