-
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
-
1
说明: 利用有限差分法求解雷诺方程,进而可以求解气体静压轴承的特性(The Reynolds equation is solved by the finite difference method, and the characteristics of aerostatic bearing can be solved.)
- 2018-05-19 18:05:08下载
- 积分:1
-
数字信号处理上机作业
说明: 数字信号处理DSP中,DFT离散傅里叶变换等上机作业。(In digital signal processing DSP, DFT discrete Fourier transform.)
- 2020-05-10 20:54:48下载
- 积分:1
-
MLS_3D
移动最小二乘三维插值,很好的东西哦,希望对大家有帮助(Moving Least Squares 3D interpolation, good stuff, oh)
- 2012-10-09 22:50:19下载
- 积分:1
-
Fear.the.Walking.Dead.E05E04.480p.web.Fa
Cavity Matlab SIMPLE algorithm
- 2019-07-05 02:32:59下载
- 积分:1
-
opflatestedition
基于内点法的最优潮流计算,跟踪中心轨迹内点法最优潮流程序 实现了有功损耗最小的经济分配。(Optimal power flow calculation based on interior point method, the point-of-flight optimal power flow program in the tracking center trajectory achieves the economic distribution with the least active loss.)
- 2020-12-22 21:59:06下载
- 积分:1
-
fi100
关于超声波倒车雷达测距的,最大信噪比的独立分量分析算法,小波包分析提取振动信号中的特征频率。( About ultrasonic parking radar ranging, SNR largest independent component analysis algorithm, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-03-16 13:14:36下载
- 积分:1
-
SMOTE
matlab的smote算法,可以用于分类时样本数据不平衡的问题(matlab smote algorithm, can be used to sample data classification problem of unbalanced)
- 2012-09-14 10:38:54下载
- 积分:1
-
thin_film_N_K_T
通过测量光学薄膜的反射率曲线反演其光学常数,包括厚度与折射率(By measuring the optical thin film reflectivity curve inversion of its optical constants, including the thickness and refractive index)
- 2008-04-16 21:03:03下载
- 积分:1
-
LU
说明: 用Doolittle式的LU分解来求解线性方程组。(Solve the linear equations using Doolittle LU Decomposition!)
- 2009-04-07 23:38:19下载
- 积分:1