-
牛顿迭代算法;
数值计算算法:牛顿迭代算法的数学写的帕斯卡尔 要找到一个解决方案,以F(X)=0给出的 初始近似P0: 输入:初始近似P0;公差TOL; 最大迭代次数编号。 输出:近似解p或 该算法失败的消息。
- 2022-07-11 16:34:14下载
- 积分:1
-
BPSK simulation in C++
C++中的BPSK仿真包括发射机、接收机和
- 2022-06-22 03:52:15下载
- 积分:1
-
polynomial matrix
基于多项式的矩阵积分-polynomial matrix-based Integral
- 2022-05-06 20:54:25下载
- 积分:1
-
Discrete-Continuous Optimization for Multi-Target Tracking
A matlab program for multi-target tracking,The problem of multi-target tracking is comprised of two distinct, but tightly coupled challenges: (i) the naturally discrete
problem of data association, i.e. assigning image observations to the appropriate target; (ii) the naturally continuous
problem of trajectory estimation, i.e. recovering the trajectories of all targets. To go beyond simple greedy solutions for data association, recent approaches often
- 2023-01-02 11:40:18下载
- 积分:1
-
地震路线绘制
用fortran语言,编制地震波路径,帮助理解地震成像。可以看到反演的路径是怎样的。
- 2022-03-17 05:15:11下载
- 积分:1
-
MCIL 多示例学习
通常MCIL假设一个包中的实例是独立分布的,不考虑实例间的内部依赖关系,但是这样,如果属于正的实例是噪声,则会有误差,所以考虑上下文关系(邻居点),增强MCIL的鲁棒性。将聚类的概念引入到多示例学习中 完成图像的分割和聚类。
- 2022-05-08 04:47:24下载
- 积分:1
-
Differential Evolution Strategy C++ source code. The algorithm is to find an opt...
微分进化策略的C++源代码。该算法是寻找一个集合中最优个体的一种遗传算法。-Differential Evolution Strategy C++ source code. The algorithm is to find an optimal set of individuals of a genetic algorithm.
- 2022-02-09 11:57:41下载
- 积分:1
-
The Kalman filter30 is a minimum
The Kalman filter30 is a minimum-variance filter in
which time-series measurements are incorporated recursively
into estimates of state variables it is the
optimal, Bayesian least-squares estimator for linear
dynamic systems.-The Kalman filter30 is a minimum-variance filter in
which time-series measurements are incorporated recursively
into estimates of state variables it is the
optimal, Bayesian least-squares estimator for linear
dynamic systems.
- 2023-04-25 23:25:03下载
- 积分:1
-
IIR Filter Coefficient Quantization Example
% written by DRB on 6
IIR Filter Coefficient Quantization Example
% written by DRB on 6-Dec-2004 for ECE3703
%
% Looks at unquantized filter (ideal), direct form, and cascaded second
% order section (SOS).
-IIR Filter Coefficient Quantization Exam ple% written by DRB on 6-Jan-2004 for ECE3703%% Looks at unquantized filter (ideal). direct form, and cascaded second order section% (SOS).
- 2023-03-26 22:35:03下载
- 积分:1
-
TSP的蚁群算法
从一个网站借得了它了。在这篇文章中,我们研究解决知名旅行推销员的可能性问题 (TSP),它的范围之间 NP 难问题,并提供一种实现理论一些用于解决这一问题的方法的概述。蚁群算法优化 (ACO),其中属于集团的进化技术和提出了求解 tsp 问题的蚁群算法应用程序中使用的方法。我们考虑研究的影响通过实施这种算法的一些控制参数。它基本上是一个基于 GUI 代码和 alos 它可以采取 TSP 或它的页可以甚至随机生成它提供几个参数给出。
- 2023-04-08 15:10:03下载
- 积分:1