搜索资源列表
lasrerr
- 极限误差计算方法,常用于工程中计算误差极限中,文中说明了几种极限误差的计算方法-limit error calculation method, commonly used in engineering calculation error limit. It illustrates several limit the calculation error
basic_method
- test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err.m calculation error square Di
erf
- 这是一个用C语言编写的计算误差函数的程序。其主要特点是从定义出发,具有很好的参考价值。
线形方程组求解
- 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
simpson
- 复化辛普森算法,用于在数值计算中对计算误差做出估计。
foreveryone
- 实现JOS分析试验中的功能,使得能够实现计算小数点后面12位,计算误差
Gauss
- 采用高斯消去法来求解方程组得解,这种消去方法能够减少回代产生的计算误差
圆周率计算
- 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy the circumference of the rate
hmm.zip
- 隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序),Introduction to Hiden Markov Model and Example Codes
dct.rar
- 本人根据公式用VC++做出的DCT变换源码,解说清楚。转换矩阵8*8,计算结果与MATLAB计算结果比较,两者几乎一样(相差仅 0.001),估计是计算误差,经过我的实践证明并不影响使用。,According to the formula I use VC++ source code to the DCT transform, to clarify. Conversion matrix 8* 8, the calculation results compared with the MATLAB
LMS.rar
- 用于计算最小均方误差的代码,包含了归一化的uniform函数,Used to calculate the minimum mean square error of the code, including the normalization of the uniform function
kalmanfilter.rar
- 编写卡尔曼滤波程序实现航迹的滤波估计,并计算出误差,仿真曲线,Kalman filter procedure to prepare implementation of the filtering track estimate and calculate the error, the simulation curve
jiaozheng
- 这是一个阵列校正的程序,通过计算协方差矩阵,利用矩阵元素间的关系计算出阵列的幅相误差-This is an array of calibration procedures, by calculating the covariance matrix, the relationship between the matrix elements of the array to calculate the amplitude and phase errors
jlxdwcjs
- 距离相对误差计算。可以方便计算距离的相对误差,是测绘行业的一个简单程序,可以帮助计算者方便计算,省时省力-Relative error of calculation of the distance. Can easily calculate the relative distance error, are surveying and mapping industry, a simple procedure that can help facilitate the calculation of t
P-Q
- 计算电力系统潮流的程序,非常通用.便于修改.在一定误差范围内也可以计算配网潮流-P-Q power flow algorithm
1
- 用vb调用vc的误差函数功能代码,实现计算误差函数,并将结果导出来-use vb to import the vc code (compile the vc code to dll)which realize the error function to compute the error function and export the outcome
井筒压降计算源程序
- 这个井筒压降计算的源程序压缩包里面包含了井筒压降计算,水平、倾斜,垂直段的源程序。用于井筒压降计算,源程序采用按压力迭代的算法。将井筒分段,计算每一段的末端压力作为下一段的初始压力。误差较小,供参考学习(The wellbore pressure drop calculation of the source package includes the wellbore pressure drop calculation, the horizontal, the tilt, the vertical
幅相误差对MUSIC算法的影响
- 代码计算幅相误差对MUSIC算法的影响,一共两个.m文件(1.array_am_pha_error_on_music.m 2.error_matrix)
计算RMSE
- 常用于回归精确度计算,计算均方根误差,Python代码,函数定义
作业4
- 复化数值积分)分别编写用复化梯形积分公式和复化Simpson积分公式的通用程序来计算积分 取积分节点数 为 ,并计算误差和误 差阶,其中误差阶的计算方法如下:如果 是步长为 时的误差, 是步长为 时的误差,则相应的误差阶 为 输出格式:数值积分值,误差,误差阶(Complex numerical integration) are respectively prepared with the complex trapezoid integral formula and complex S