-
sinc_pam
BER Performance of Variable Width Sinc PAM with a Simple Receiver in AWGN
- 2010-02-01 03:29:00下载
- 积分:1
-
NumericalComputing
Ebook on Numerical computing on matlab
- 2009-04-10 15:29:22下载
- 积分:1
-
CRLB_randm_CDMA
基于CDMA蜂窝网络的无源雷达定位的克拉美罗下限计算(Cramer-Rao lower bound of the passive radar location
based on CDMA cellular networks)
- 2014-12-22 20:54:46下载
- 积分:1
-
commu_simulationapplicationexamples.part02
基于MATLAB的通信系统仿真应用详解,这是第2卷。(MATLAB-based simulation of communication systems explain that this is volume 2.)
- 2007-10-01 15:16:48下载
- 积分:1
-
classifier2
Classifier pdf.
Its can be used to learn what is classifier, hoe it can be applied to images.
- 2011-02-15 18:47:18下载
- 积分:1
-
matpcl
matpcl is pure MATLAB code that allows interfacing with the Point Cloud Library (PCL) tools
- 2013-08-18 03:35:48下载
- 积分:1
-
shuzhijifen
数值积分中matlab的实现,其中包括拉格朗日插值、辛普森插值等基本算法。(Numerical integration in matlab realization, including Lagrange interpolation, Simpson and other basic interpolation algorithm.)
- 2013-09-15 07:16:25下载
- 积分:1
-
buttap_o
对数字信号处理的函数,包括FFT和巴特沃斯滤波函数。(function for digital signal processing using Matlab)
- 2013-11-06 23:58:53下载
- 积分:1
-
surf_from_scatter
It is a very useful matlab program to plot a 3D graph by using sfunction and it shows how to use multiplexur for x, y and z signals. Enjoy it and good luck.
- 2010-06-17 22:26:48下载
- 积分:1
-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1