资源列表
dijkstra algorithm with GUI
- 改进版的迪杰斯特拉算法,主要用于路径规划,效果良好(Improved version of the Dijkstra algorithm, mainly for path planning, the effect is good)
program.tar
- 包含有CBF,LCMV,MaxSNR,MVDR的波束形成。还包括有MUSIC功率谱法(Beamforming including CBF, LCMV, MaxSNR, and MVDR. MUSIC power spectrum is also included)
GSC.tar
- 关于GSC波束形成,从加权矢量到波束扫描,最终给出方向图(With respect to GSC beamforming, from weighted vectors to beam scans, a pattern is finally given)
MVDR,MUSIC,RootMUSIC.tar
- 关于MVDR,MUSIC,RootMUSIC从加权矢量到波束扫描,最终给出功率谱图(With respect to MVDR, MUSIC, and RootMUSIC, from the weighted vector to beam scanning, a power spectrum is finally given)
11
- 一个可以生成人工智能中机械臂的Matlab程序(The Matlab program that generates the robot arm)
第二章
- 传感器阵列波束优化设计与应用第二章程序 图8,9,10 ,11,13(Sensor array beam optimization design and application of the second chapter procedures figure8 9 10 11 13)
粒子群优化算法
- 粒子群算法的matlab源程序,包含粒子群算法的程序(program of Particle swarm optimization)
HMM(matlab函数集)
- hmm的matlab函数包,有需要的可以探讨交流。主要用于故障识别和预测。(HMM matlab function package, there is a need to explore the exchange. Mainly used for fault identification and prediction.)
DOA of ULA 均匀线列阵的波达方向估计
- 已知麦克风阵列的数量阵元间距等参数,对该阵列进行波达方向估计
GuassLegendreIntegral
- matlab实现高斯勒让德数值积分, 包含了勒让德求根函数Legendre_Roots,勒让德积分系数计算函数Legendre_Coef和高斯勒让德积分函数GuassLegendreIntegral(implement GaussLegendre Integral use matlab)
PCA_DeNoise
- 再用主成分分析方法进行信号噪声去除。文件中包含三个子函数:1.Normalize_InputData,规则化输入数据;2.PCA_Reduce_Dimension,实现数据降维处理;3.PCA_Filter_Noise,实现噪声去除(the principal component analysis method for signal noise removal. The file contains three sub-functions: 1.Normalize_InputData, regul
遗传算法TSP
- 本代码是在MATLAB软件下解决TSP问题的遗传算法代码!欢迎借鉴...