-
spectrum-sensing-algorithms
一篇非常有参考价值的英文文献,适合做认知无线电方面研究的人员阅读。(A very valuable reference in English literature, suitable for cognitive radio in the study who read.)
- 2011-07-17 13:10:04下载
- 积分:1
-
huidu_li.m.tar
此代码为本人在做灰色关联度分析时所用的matlab代码,所用实验数据也在,可以直接运行,希望能对其他学习灰色关联度分析的人员有用。(This code is I do gray correlation analysis used matlab code, the experimental data are used, can be run directly, hoping to be useful for other learning gray correlation analysis of staff.)
- 2014-12-11 16:39:42下载
- 积分:1
-
fft
图片点阵离散及傅里叶正变换和傅里叶逆变换(Image discrete lattice and Fourier transform)
- 2014-11-25 10:27:30下载
- 积分:1
-
IPark
坐标变换的,ipark,直线电机能用到的,希望有所帮助(Linear motor acceleration feedforward)
- 2015-03-31 16:04:24下载
- 积分:1
-
ant-optimization-matlab
matlab 改进蚁群算法,应用简单广泛。(ant optimization)
- 2014-02-19 07:43:58下载
- 积分:1
-
基于cyclic-MUSIC的DOA估计Matlab仿真
doa超分辨算法是当前雷达测角的研究热点。music算法是此类算法的基础。该仿真程序有助与迅速了解算法流程。(DOA super-resolution algorithm is the research hotspot of radar angle measurement. The music algorithm is the basis of this kind of algorithm. The simulation program helps to quickly understand the algorithm flow)
- 2020-06-28 09:20:01下载
- 积分:1
-
Lab_7
在opnet平台对离散时间仿真机制的基于包的通信进行了建模仿真(In the discrete-time simulation platform opnet packet-based communication mechanism for the modeling and simulation)
- 2010-12-24 20:33:16下载
- 积分:1
-
GM-with-Markov
带有markov链的灰色系统程序,自己编写的,效果不是特别的明显,但以改小误差(Grey theory model with markov chain to do prediction!)
- 2012-01-21 15:15:17下载
- 积分:1
-
sc
说明: SC Display/output truecolor images with a range of colormaps
- 2009-03-29 04:38:32下载
- 积分: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