资源列表
Randomly sprinkle points
- 本次试验中,在单位方格内,随机撒20个传感器一次,通讯半径0.42时,覆盖率(黑色点数除以总点数)可以达到100%。每张图的左边是半径变大的动态图,右边是对应的覆盖率以及关于多次试验(蒙特卡罗)所求的通讯半径与覆盖率的关系。(In this experiment, 20 sensors are scattered randomly in a unit grid. When the communication radius is 0.42, the coverage (black points d
蚁群算法求解TSP问题
- 利用基本蚁群算法求解TSP问题,在100次迭代中得到了收敛
mRVMs-master
- mrvm是RVM的改进,可直接用于多分类。不用什么一对一之类的。效率更高更好使。(Mrvm is an improvement of RVM and can be directly applied to multi classification. No need for one to one. Efficiency is better and better.)
RSSLocalizationSimulations
- RSSLocalizationSimulations
雷达信号处理基本流程(20181018091102)
- 去斜处理(宽带的匹配滤波)Stretch方法是针对线性调频信号而提出的, 其方法是将输入信号与参考信号 (经适当延迟的本振信号, 延迟量通常由窄带信号测距结果估计出) 混频 ,则每一个散射点就对应一个混频后的单频分量,对混频输出的信号进行 DFT 处理 ,即可获得目标的距离像,对参考信号的要求是应具有与输入信号相同的调频斜率。(dechirp matched filter Stretch method is proposed for linear frequency modulation si
快速非局部均值
- 快速非局部均值降噪算法。比较传统的速度更快,是基于论文《a non-local algorithm for image denoising》实现的(Fast non local means denoising algorithm.)
Wishart
- Matlab implements wishart algorithm to process polarimetric SAR images.
FWM
- 分析了计算四波混频效率的表到式在考虑非线性相位失配因子和不考虑非线性相位失配因子两种情况下,四波混频效率计算的差别(The difference of four-wave mixing efficiency calculation is analyzed when considering non-linear phase mismatch factor and non-linear phase mismatch factor.)
MATLAB遗传算法工具箱及应用(超清晰版+源码)
- A book explaining the genetic algorithm in the MATALB software environment, with source code
蚁群bp
- 用蚁群算法优化bp神经网络,增加预测精度(Using ant colony algorithm to optimize BP neural network and increase prediction accuracy)
JC法MATLAB程序
- 可以计算结构可靠度的程序。用MATLAB编写,可以初步计算简单的问题。
RD
- 距离多普勒域的算法,简单明确,适合初学者。