资源列表
STAP
- 阵列信号处理中的空时自适应处理算法的MATLAB实现代码(MATLAB Implementation Code of Space-Time Adaptive Processing Algorithms in Array Signal Processing)
MATLAB 图像处理超级学习手册-程序代码
- MATLAB图像处理学习实例程序 学习手册,由于的。(MATLAB Image Processing Learning Example Program)
lu分解
- 矩阵分解,内建lu函数的可读版本;矩阵分解,内建lu函数的可读版本;矩阵分解,内建lu函数的可读版本
数学模型
- 数学模型第五版,全英帮助数学建模,内有代码(Help with mathematical modeling, with code in it)
干涉仪测向
- 该程序仿真利用干涉技术测向的方法,并测试不同分数比的影响
household_power_consumption
- household_power_consumption
自适应权值立体匹配算法
- 一种改进的自适应权值立体匹配算法,用于图像处理等(An improved adaptive weight stereo matching algorithm for image processing, etc.)
第7章 Copula理论及应用实例
- 二维copula函数参数估计画图,边缘函数参数估计等等(Two-dimensional copula function parameter estimation drawing, edge function parameter estimation and so on)
蚁群算法
- 群体智能算法,蚁群算法,有关无人机航迹规划,MATLAB 代码(Swarm intelligence algorithm, ant colony algorithm, related drone path planning, MATLAB code)
运动目标跟踪程序-MATLAB源代码
- 运动目标跟踪程序-MATLAB源代码,利用camshift和meanshift实现运动目标的跟踪(Moving target tracking program - MATLAB source code, using camshift and meanshift to achieve tracking of moving targets)
D_solution
- 2018华为杯全国研究生数模竞赛D题,获得全国二等奖,题目关于潮汐求解,200万行历史数据处理。(The 2018 Huawei Cup National Postgraduate Mathematics and Analog Competition won the second prize in China. The title is about tide solution and 2 million lines of historical data processing.)
共轭梯度法程序
- 函数原型ConjugateGradient(f,a,b,eps) f:目标函数,(a,b):初始点,eps:终止限 输出为最小值点,最小值和搜索次数