-
Antcolonyalgorithm
蚁群算法用于TSP问题的matlab程序源代码(Ant colony algorithm for TSP problem of matlab source code)
- 2009-03-23 13:47:40下载
- 积分:1
-
ofdm3
说明: 很好的一篇关于matlab的ofdm的文章,很好狠强大(Very good article on the ofdm matlab article, very good strong hard)
- 2011-03-19 09:35:56下载
- 积分:1
-
matlab+vc
利用matlab和VC的混合编程,加速程序执行效率和开发速度.(using Matlab and VC mixed programming, the implementation of procedures to accelerate the development of efficiency and speed.)
- 2006-06-03 11:04:25下载
- 积分:1
-
FFT_CooleyTukey
[Signals and Systems]_This algorithm calculates the fast Fourier transform by the Cooley and Tukey method.
- 2014-08-08 11:11:27下载
- 积分:1
-
ldpc
不规则LDPC码的编码、译码matlab例程,并包含误码性能曲线的绘制。(the matlab program including LDPC encoding,decoding, and the approach to plotting the BER map.)
- 2016-03-23 17:30:31下载
- 积分:1
-
file
利用matlab开发平台和相关的SVM优化工具箱,及OAO,OAA,BSVM2算法模型,设计改进并实现非线性的模式分类实验模型系统.(Matlab use development platform and related optimization toolbox of SVM, and OAO, OAA, BSVM2 algorithm model, designed to improve and to achieve non-linear model of the pattern classification system.)
- 2009-04-28 16:02:58下载
- 积分:1
-
uplod
programs which include some codings related to mimo and ofdm involving their resource allocation
- 2011-02-06 22:50:25下载
- 积分:1
-
STFT
短时傅里叶变换的matlab代码,可以用来测试短时傅里叶变换(Matlab code, and short time Fourier transform can be used to test the short-time Fourier transform)
- 2015-06-23 14:28:45下载
- 积分:1
-
spectral_no
谱聚类 matlab 程序
谱聚类是从图论中演化出来的算法,后来在聚类中得到了广泛的应用。它的主要思想是把所有的数据看做空间中的点,这些点之间可以用边连接起来。距离较远的两个点之间的边权重值较低,而距离较近的两个点之间的边权重值较高,通过对所有数据点组成的图进行切图,让切图后不同的子图间边权重和尽可能的低,而子图内的边权重和尽可能的高,从而达到聚类的目的。(Spectral clustering matlab program)
- 2018-05-28 15:38:09下载
- 积分:1
-
equalizer_design
Designs a frequency-domain and time-domain FIR equalizer for
a single-input single-output (SISO) channel.
Frequency-domain equalization uses a Chebychev criteria and
is specified in terms of frequency response functions.
It is a convex problem (which can be formulated as an SOCP):
(
where H is the frequency response function and our variable
is the filter impulse response h. Function G is the unequalized
frequency response and G_des is the desired freq response.
Time-domain equalization immediately designs the impulse
response function by specifying the problem in time (it s an LP):
minimize max_{t neq D} |g_tilde(t)|
s.t. g_tilde(D) = 1
)
- 2011-05-27 21:41:59下载
- 积分:1