资源列表
多重分类算法
- 基于矩阵特征空间分解的方法。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。
CFD code in Matlab for anderson
- Anderson CFD 计算流体力学书中的matlab代码。(Anderson CFD Matlab code in CFD book.)
图论代码
- 图论问题代码,可以画图,输入节点和邻接矩阵,便可以输出
EEMD,EMD
- EEMD将特殊幅值下的高斯白噪声引入到分解的过程,可以消除上包络和下包络之间存在的拟合误差,从而很好地避免不同尺度下IMF的模态混叠现象,(EEMD can eliminate the fitting error between the upper envelope and the lower envelope by introducing the Gaussian white noise with special amplitude into the decomposition process
M文件
- 相量测量工具的优化配置,相量测量装置的功能,向量测量装置的用途(Optimal pmu Placement)
使用vgg16训练cifar数据集
- 神经网络 深度学习 慕课平台 tensorflow2.1 使用vgg16训练cifar10分类数据集
predictStock-master
- AI人工智能技术股票预测python语音源代码,亲测可用(Source code of stock forecast of artificial intelligence technology)
自适应遗传算法matlab代码
- 自适应遗传算法matlab代码,效果很好,可以参考使用。(Adaptive genetic algorithm matlab code, the effect is very good, can be used for reference.)
基于MATLAB的运动轨迹预测,卡尔曼滤波实现
- 对高速运动目标采用基于kalman filter进行预测。基于matlab的实现,来进行运动目标的轨迹预测。有卡尔曼算法,扩展卡尔曼滤波,数据拟合方法。(The high-speed moving target is predicted based on Kalman filter. Based on the realization of MATLAB, the trajectory prediction of moving objects is carried out. There are K
基于simulink的16QAM的调制解调
- 基于matlab中的simulink,进行16QAM的仿真搭建。包括了基带信号发生器,串/并模块,模块1,载波调制模块,高斯白噪声信道,模块2,误码率计算器等,能够较好地实现16QAM的调制解调。(Based on the Simulink of MATLAB, the simulation of 16QAM is built. It includes baseband signal generator, serial / parallel module, module 1, carrier m
FDTD三维场分量更新
- 此程序包含了FDTD三维场分量更新的核心程序,可在主程序中调用
遗传算法解决TSP问题代码-含示例数据
- 利用遗传算法解决TSP问题示例,数据已包含,只需更改参数即可使用(Genetic algorithm to solve TSP problem)