资源列表
齿轮啮合刚度 计算程序
- 计算齿轮啮合刚度的matlab程序,非常有用的,希望大家积极下载(Matlab program for calculating gear mesh stiffness. It is very useful. I hope you can download them actively.)
SAR成像仿真Matlab代码
- 本程序使用MATLAB仿真合成孔径雷达雷达成像SAR的基本原理,包含信号生成与成像,成像方法为距离多普勒成像。
PGA相位梯度自聚焦算法
- 该程序仿真了相位梯度自聚焦算法PGA的实现过程,适用于雷达成像处理。
matlab_time_frequence时频分析
- 对通信信号进行时频分析比较有用的matlab代码(A useful matlab code for time-frequency analysis of communication signals)
APF
- 在simulink平台搭建了有源电力滤波器的仿真模型,配电网电压为400V。可用于课程设计。(The simulation model of active power filter is built on the Simulink platform, and the distribution network voltage is 400V.It can be used for curriculum design.)
ICP minimal
- 最小函数实现ICP最邻近点迭代配准算法,实现速度要优于四元函数实现方式。(Iterative registration algorithm of ICP nearest neighbor points based on minimum function is faster than that based on quaternion function.)
track_J2
- 考虑J2摄动的轨道预报,时间为tle中的时间格式(Orbital prediction considering J2 perturbation)
算法书配套MATLAB程序
- 地球物理反问题中的常用数学算法,配套程序(MATLAB code for the geobook on inversion)
aa
- 有限差分,前差后差中心差的具体实现方式.分析这三种差分方式的精度、误差可以与精确解比较,观察发散的原因(program to gain the value of each grid point using FDM)
2D_shallow_water
- with this program, you can simulate a 2D shallow water field in matlab just by executing the program.
随机场程序
- 创建随机场仿真模拟,通过具体算例的程序创建随机场(random field creation)
laplace
- we use fdm method to simulate the laplace partial differential equations. thus you can have a better understand of both the fdm and laplace.