-
matlabtoolbox
matlab的时频分析工具箱,含全部工具箱程序(Matlab time-frequency analysis toolbox, including all toolbox programs)
- 2019-02-21 09:32:46下载
- 积分:1
-
Numerical_Recipes_in_C
《数值分析方法库
》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。(《Numerical Recipes in C: The Art of Scientific Computing》, The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, the new edition remains the most practical, comprehensive handbook of scientific computing available today.)
- 2010-05-17 12:44:53下载
- 积分: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
-
FRFT2
基于分数阶傅里叶变换的线性调频信号的自适应时频滤波,希望对大家有用(Based on Fractional Fourier Transform Linear FM signal adaptive time-frequency filtering and hope for all of us)
- 2009-11-17 21:26:45下载
- 积分:1
-
Gear
说明: 吉尔数值算法,求解刚性微分方程组,稳定好,收敛好(Gill numerical algorithm, good stability and convergence for solving rigid differential equations)
- 2020-07-02 12:40:02下载
- 积分:1
-
MTT
通过滑动T检验时间序列的变化趋势,一般多用于气象分析(T-test time series by sliding the trend, generally used for weather analysis)
- 2013-09-05 16:49:32下载
- 积分:1
-
gps_position
GPS卡尔曼滤波仿真
read eph_data (GPS Kalman filter simulation read eph_data)
- 2009-07-14 16:53:01下载
- 积分:1
-
untitled
说明: 求任意一点到任意点的距离的最小值!
对于求解一些最短距离的问题可以提供一些帮助!(seek any point to any point of the minimum distance! For some of the shortest distance to solve the problem, it can provide some help!)
- 2005-09-11 16:30:43下载
- 积分:1
-
NumericalRecipesinF90
说明: fortran 90 numerical recipes
- 2020-07-10 04:46:47下载
- 积分:1
-
lijisuan
这是几篇关于粒计算在故障诊断中的应用,对学习粒计算的应用很有帮助。(This is a few on Granular Computing in Fault Diagnosis of learning the application of granular computing helpful.)
- 2013-09-11 18:03:25下载
- 积分:1