资源列表
LLTSA降维
- 这个是KPCA核主成分分析的代码,好用,里面也带有范例(This is the KPCA kernel principal component analysis code, which is easy to use and also contains examples.)
麦克风阵列形成
- 在MATLAB中,麦克风阵列仿真程序的源代码,以及音频波形生成
12345
- 这是一个卡尔曼滤波的Labview程序,大家可以参考参考,学习学习,谢谢。(This is a kalman filter Labview program, you can refer to learn to learn, thank you.)
EMS_DCMG-master
- 直流微电网运行控制仿真算法,能量管理策略(DC microgrid operation control simulation algorithm, energy management strategy)
数字识别
- 可以实现图片中的数字识别,并将识别之后的数字写入文本文件中,数字可以式多行,可以长度不同才可以(But realize the number recognition in the picture, and write the recognized number into the text file.)
lsqrSOL
- 求解大型稀疏线性方程和线性最小二乘问题的LSQR算法(The software for lsqrSOL is provided by SOL, Stanford University under the terms of the OSI Common Public License (CPL))
最优化方法及其Matlab程序设计
- 最优化方法及其Matlab程序设计,完整的程序代码
刚度矩阵
- 该命令流用于计算层剪切模型串并联体系的刚度矩阵(The command flow is used to calculate the stiffness matrix of the series parallel system of the layer shear model)
空气动力学M1与M2的关系
- 当有运动的激波产生时,波前波后的马赫数存在一定的关系,并matlab程序解出了M1与M2的关系,并用图像表示
landmine
- THUDSA2019Fall。利用数据结构栈,实现直方图内最大矩形的查找,根据最大矩形确定地雷数目(THUDSA2019fall. Using stack to find the max area in a rectangle.)
SLIC超像素
- SLIC超像素分割主程序,用于图像分割,区分背景与目标,很好地描绘图像边界
人物定位、特征提取、识别
- 该程序的主要功能就是识别图片中的人物特征,对图片进行去噪,对遮挡人物的障碍物进行去除,人物放大,特征提取,识别,从而达到目的。