资源列表
navigation-indigo-devel
- navigation algorithm for robots
tunge-kutta
- 常微分方程的数值解法当中的四阶经典龙格库塔程序(Four order classic Runge Kutta program)
差分法求解两点混合边值问题
- 应用差分法求解两点混合边值问题的程序。。(A program for solving two point mixed boundary value problem by difference method.)
richardson外推法
- 高精度算法中的理查德森(richardson)外推法。。(Richardson (Richardson) extrapolation in high accuracy algorithm)
抛物型偏微分方程的有限差分法
- 抛物型偏微分方程的有限差分法中的向前差分显格式和向后差分隐格式。(The forward difference explicit scheme and backward difference implicit scheme in the finite difference method for parabolic partial differential equations.)
dtc
- dtc直接转矩控制程序错误版本,参数及运算不严谨,见谅(DTC direct torque control program error version, parameter and operation is not rigorous, forgive me.)
GrabCut
- Grapcut method for image segmentation
归并排序
- 归并排序,简单排序,二分的一些拓展,数据结构,基于C++平台实现,过程可以自己尝试调试(Merge sort, simple sorting, two points expansion, data structure, implementation based on C++ platform, process can debug by itself.)
LFM信号脉冲压缩时的关键问题仿真
- 以下几个matlab程序对雷达常用的线性调频信号(lfm信号)进行脉冲压缩时的关键问题进行了仿真,其中包括旁瓣抑制影响(加窗与不加窗)、多卜勒频移影响,并对时域脉压与频域脉压结果进行了对比分析,供相关技术人员参考。(The following several matlab programs simulate the key issues when pulse compression is performed on radar commonly used chirp signal (lfm sig
RNN
- 利用MATLAB实现循环神经网络的例子,便于大家更好的理解循环神经网络RNN的原理。(The example of recurrent neural network is implemented by MATLAB, so that you can have a better understanding of the principle of recurrent neural network RNN.)
K-means
- 利用MATLAB实现K均值聚类算法,加深对该算法的理解。(We use MATLAB to achieve K mean clustering algorithm to deepen our understanding of the algorithm.)
Test_LSTM
- 利用C++语言实现了长短时记忆网络,复杂性较高。(Using C++ language to achieve long and short time memory network, the complexity is relatively high.)