搜索资源列表
cc_method
- C-C方法及改进的C-C方法重构相空间的matlab程序 -------------------------------- 性能: 3000数据耗时3分钟 -------------------------------- 参考文献: 1、Nonlinear dynamics, delay times, and embedding windows.pdf 2、基于改进的C-C方法的相空间重构参数选择4.pdf -------------------
Model
- 采用距离反比加权算法,对三维离散数据进行插值,可以插出地形,采用分层插值,提高了插值速度
kalman_intro_chinese_V1.2
- 在1960年,卡尔曼出版了他最著名的论文,描述了一个对离散数据线性滤波问题的递归解决方法。从那以后,由于数字计算的进步,卡尔曼滤波器已经成为广泛研究和应用的主题,特别在自动化或协助导航领域。 卡尔曼滤波器是一系列方程式,提供了有效的计算(递归)方法去估计过程的状态,是一种以平方误差的均值达到最小的方式。滤波器在很多方面都很强大:它支持过去,现在,甚至将来状态的估计,而且当系统的确切性质未知时也可以做。 这篇论文的目的是对离散卡尔曼滤波器提供一个实际介绍。这次介绍包括对基本离散卡尔曼滤波器
zheji
- 超级简单的求两组离散数据的褶积的算法,本人试验过,正确无误。
xiangguan
- 超级简单,用z变换的方法编写的求离散数据相关的算法。
shuzhi2
- 拉格朗日插值算法 牛顿插值多项式,用于离散数据的拟合 高斯列主元消去法,求解其次线性方程组-Lagrange polynomial interpolation Newton interpolation algorithm for discrete data, fitting out PCA Gaussian elimination method, followed by solving linear equations
lagrange
- 拉格朗日插值逼近:在离散数据基础上补插除连续函数是计算数学中最基本最常用的手段是函数逼近的重要方法。-Lagrange interpolation approximation: In the discrete data based on the fill plug in addition to continuous function is the mathematical calculation of the most basic means of the most commonly used
CAIM
- caim完善版离散化方法是一种研究数据挖掘方向的程序-caim perfect version of discretization method is a research direction for data mining procedures
kalman
- 1960年,卡尔曼发表了他著名的用递归方法解决离散数据线性滤波 问题的论文。从那以后,得益于数字计算技术的进步,卡尔曼滤波器 已成为推广研究和应用的主题,尤其是在自主或协助导航领域。-In 1960, Kalman published his famous recursive solution using discrete data linear filtering problem papers. Since then, figures to benefit from advances
716
- 本程序可用于离散数据的反傅立叶变换,精度高,速度快-spline curve fitting
57578862shepard1
- 科学计算,离散数据格网化的一种方法,与距离倒数法相似,采用shepard-Data grid method, using shepard
nihequxian
- 得到一些列的离散数据,用matlab,进行曲线拟合-Get some out of discrete data with matlab, for curve fitting
chongjifen
- 进行重积分的计算,对离散数据进行重积分,来获得一定结果-For re-integration of the calculated weight of the discrete data points to obtain a certain result
oneDFFTcpp
- 离散傅立叶变换源码,包括数据的读写,可自动输入离散数据,亦可从文件读入-Discrete Fourier Transform source code, including reading and writing of data can be automatically input discrete data, can also be read from the file
DFT_filter_RDFT_coeffi
- 傅立叶变换,滤波,傅立叶逆变换,计算离散数据空间自相关系数的组合编程源代码-Fourier transform, filtering, inverse Fourier transform, discrete data calculated from the correlation coefficient of the combination of space programming source code
c_spline
- 本程序实现十个左右离散的数据的三次样条算法拟合,能够在离散数据之间按三次样条方法进行插值。-ths program describe some inserting methods among some descrete datas with trible spline alg.
GM
- 灰色系统理论是基于关联空间、光滑离散函数等概念定义灰导数与灰微分方程,进 而用离散数据列建立微分方程形式的动态模型,由于这是本征灰色系统的基本模型,而 且模型是近似的、非唯一的,故这种模型为灰色模型,记为GM(Grey Model),即灰 色模型是利用离散随机数经过生成变为随机性被显著削弱而且较有规律的生成数,建立 起的微分方程形式的模型,这样便于对其变化过程进行研究和描述。-Grey system theory is based on the relevance of spac
DFT
- 可对离散数据(如正交数据Q+jI)做离散傅里叶变换 附有测试数据-Can discrete data (such as quadrature data Q+ jI) Discrete Fourier Transform to do with test data
Tin_Method
- 离散数据生成tin的优秀代码,注释多,易于学习和移植-Discrete data generated tin excellent code, comments, easy to learn and transplantation
Lagrange
- 拉格朗日插值多项式 ,用于离散数据的拟合 ,结果准确。 -Lagrange interpolating polynomial for the fitting of the discrete data, the results are accurate.