搜索资源列表
zjf147
- 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。用REMEZ算法求交错点组。用Cholesky分解求ARMA模型的参数并作谱估计。求MA模型的参数 并估计功率谱。 用最小方差法估计序列 的功率谱。-used to produce uniform or Gaussian distribution of the pseudo-random number (similar to white noise). They may have a different mean
Equalizer_LSM
- 基于LM算法实现的均衡器。采用梯度估计近似实现最陡下降法。给出最后实验误差平方的均值曲线图。有完整的注释。-LM algorithm based on the equalizer. Similar to the realization of the estimated gradient steepest descent method. Finally, given the experimental error of the mean-square curve. Note complete.
finitvolummethod
- 有限体积法及其在边值问题中的应用本文介绍了极小位能原理、虚功原理和Ritz-Galerkin方法.主要讨论了椭圆型方程定解问题的有限体积法和双曲型方程定解问题的有限体积法,简要说明了椭圆型方程定解问题的有限体积法的收敛性和近似解误差估计.另外,针对矩形域上一个泊松方程的具体定解问题,导出了它的一种特殊有限体积格式,并且编程实现,计算出该泊松方程定解问题的数值解,将算出的数值解与问题的精确解进行了简单比较,得到了初步的结论.在具体例子中用的是一种特殊的有限体积格式,它可以化为五点差分格式,它比较简
Mathematical-Theory-of-FEM
- 《有限元方法的数学理论》中不但提供有限元法系统的数学理论。还兼重在工程设计和分析中的应用算法效率、程序开发和较难的收敛问题。目次:基本概念;Sobolev空间;椭圆边界值问题变分公式;有限元空间结构;Sobolev空间中的多项式近似理论.n维变分问题;有限元多栅法;加性Schwarz预条件; 极大范数估计;自适应网格; 变分病态、在平面弹性力学中的应用;混合法;迭代技巧用于混合法;算子插值理论的应用。读者对象;数学、物理和工程专业的研究生和技术人员。-" The mathematical
Crank-Nicolson
- 针对有界区域上的抛物型微分方程讨论了Crank-Nicolson块中心差分法,在非等距剖分的网格上得了近似解和解的一阶导数的L2模误差估计-For a bounded region of parabolic differential equations discussed the Crank-Nicolson central difference blocks, in a non-equidistant grid had split the approximate solution of the
lizilvbo
- 利用粒子滤波通过融合颜色信息和运动信息来计算粒子权值法,适用于任何分布的状态估计问题,是用一些离散随机采样点来近似系统随机变量的概率密度函数-Particle filter information through the integration of color and motion information to calculate particle weights method for estimation of the distribution of any state, with a nu
erfenfa
- 用二分法和简单迭代法计算 在[1,2]内的近似根,要求精度达到10-4和10-5,并给出二分和迭代的次数,分析和比较算法的效率差异,最后与理论估计的二分和迭代次数作比较。-Calculated by the dichotomy and simple iterative method in [1,2] within the approximate root, requiring precision 10-4 and 10-5, and gives two points and the number
newtoniteration
- 本程序为使用牛顿迭代法和近似估计法解非线形方程组,包含详细的例程(Newton iteration method and approximation for solving nonlinear equations)