资源列表
数据拟合
- 数据拟合:一元函数插值、样条插值、多项式插值或拟合、曲线拟合、各种边界条件的样条插值、样条拟合、二元函数插值、拉格朗日插值法(Data fitting: interpolation of unary functions, spline interpolation, polynomial interpolation or fitting, curve fitting, spline interpolation of various boundary conditions, spline fitti
pytorch-a2c-ppo-acktr-master
- 改代码为ACKTR代码,该算法比传统的TRPO和DQN在运行速度和计算量都有很大的提升(scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation)
LG
- 展示拉盖尔-高斯光束不同弧向量子数、径向量子数、束腰大小以及不同轴向位置上的光强分布。(The work shows the light intensity distribution of Laguerre-Gaussian beam with different parameters including radial quantum number, radial vector quantum number, waist size and different axial positions.)
duqu-Matlab
- 心电信号特征提取ECG Qrs生物医学工程(feature extract biomedical)
矩阵束算法
- 关于矩阵束算法的MATLAB程序,其中还有有关DOA的有关矩阵束算法(MATLAB program for matrix pencil algorithm)
[程序源代码]系统辨识理论及Matlab仿真
- 系统辨识例程,帮助正在读研的你学习系统辨识相关知识(System identification program)
eof
- 多变量eof分解,适合气象学的研究使用,此程序用matlab编写,各部分的含义在程序中均有标明。
caponBF
- DOA 中的caponBF, 阵列信号处理的一个基本问题就是确定同时处在空间某一区域内的多个感兴趣的空间信号的方向或位置,即实现信号的分辨和定位,这也就是雷达、声纳最重要的任务之一,为了解决这一基本问题,主要采用常规波束形成法。(DOA of caponBF, a fundamental problem in array signal processing is to determine in space at the same time more interested in a pa
NSGA-III
- 测试可以跑,根据自己情况修改下函数即可. NSGA-III 首先定义一组参考点。然后随机生成含有 N 个(原文献说最好与参考点个数相同)个体的初始种群,其中 N 是种群大小。接下来,算法进行迭代直至终止条件满足。在第 t 代,算法在当前种群 Pt的基础上,通过随机选择,模拟两点交叉(Simulated Binary Crossover,SBX)和多项式变异 产生子代种群 Qt。Pt和 Qt的大小均为 N。因此,两个种群 Pt和 Qt合并会形成种群大小为 2N 的新的种群 Rt=Pt∪Qt。 为了
MOEAD_
- 多目标优化算法,首先运用切比雪夫算法分解,然后通过进化算法求解(The multi-objective optimization algorithm,which first solved by Chebyshev algorithm and then solved by evolutionary algorithm.)
matconvnet-1.0-beta25
- matconvnet-25编译好的文件,确保放到matlab里面可以正常运行。(Matconvnet-25 compiled files to ensure that the Matlab can run normally.)
googlenet运行实例
- 利用googlenet实现图像分类,是googlenet的一个应用实例,只要在网上下载googlenet模型,将其放到对应文件夹中即可运行。绝对保证可以运行(Using Google eNet to classify images is an application example of Google enet. Just download the Google eNet model and put it in the corresponding folder to run. Absolutel