-
panbie
该函数用来计算任意函数的一阶偏导数(数值方法),使用大量的有限元法求解偏微分方程,基于kaiser窗的双谱线插值FFT谐波分析。( This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Using a large number of finite element method to solve partial differential equations, Dual-line interpolation FFT harmonic analysis kais)
- 2016-06-21 14:34:34下载
- 积分:1
-
AREPS
电磁传播损耗的计算方法,模拟电磁波在大气中的传播路径(A propagation path of the electromagnetic propagation loss calculation method and the simulation of electromagnetic wave in the atmosphere)
- 2012-08-29 11:01:55下载
- 积分:1
-
waidianniudun
外点牛顿法,十个参数,可以解决带有约束条件的非线性规划问题。(External point Newton, with dozens of parameters that can solve linear programming problems with constraints)
- 2020-12-24 19:59:05下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
徐亦达machine-learning-notes-master
说明: 包含了悉尼科技大学徐亦达老师的课程课件,有贝叶斯理论、EM算法、卡尔曼滤波、HMM、粒子滤波、概率论相关知识等(The file includes knowledge about EM, HMM, particle filter, kalman filter and so on.)
- 2020-08-01 13:58:36下载
- 积分:1
-
kalman
卡尔曼滤波的源程序,卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法。它适合于实时处理和计算机运算。
(Kalman filtering of source code, Kalman filter based on minimum mean square error for estimating the best criteria to search for a recursive estimation algorithm. It is suitable for real-time processing and computing.)
- 2008-05-20 22:16:52下载
- 积分:1
-
D_MODEL
三维重力梯度正演程序,可根据剖分模型计算多个场分量,绝对原创!(3D Gravity Gradients calculating )
- 2011-11-10 16:34:23下载
- 积分:1
-
Least-squares-linear
可进行最小二乘法线性拟合输出,包含源代码及生成后的程序(Least-squares linear fit can be output)
- 2013-10-24 14:21:45下载
- 积分:1
-
cycliiqafb
三次样条插值的C语言算法,但是总是数据溢出(Cubic spline interpolation C language algorithm, but always data overflow)
- 2018-11-09 21:05:00下载
- 积分:1
-
C__4
The only information passed from difeq to solvde is the matrix of derivatives
- 2012-08-23 22:23:00下载
- 积分:1