资源列表
exp04_cpu2
- 卷积算法实验 实验设备:计算机,CCS2.0版软件,实验箱,DSP仿真器
exp03_cpu2
- 无限冲激响应滤波器算法实验 实验设备:计算机,CCS2.0版软件,实验箱,DSP仿真器
exp02_cpu2
- 有限冲激响应滤波器算法试验。 实验设备:计算机,CCS2.0版软件,实验箱,DSP仿真器
曲线拟合
- (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我
chazhi
- 拉各朗日插值算法,用vc++程序实现,拉各朗日插值为全区间插值算法,共两个文件,在vc中编译运行即可。
PCG
- % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差
nihe
- 最小二乘法曲线拟合,其中spir0.c存放主函数,编译后运行该文件即可,该程序用vc语言实现。
power2
- 2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
qr
- 1. Using power method to find the eigenvalue with maximum modulus and its eigenvector for the following matrixes
Gaussian_row
- We can see that using Gauss-Seidel iterative methods need only 13 timed to make But using Jacobi method after 25 times the is bigger than that
Gauss-Seidel
- Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two me
Jacobi
- 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100