-
DSP6713 的FIR算法实现
这个是关于DSP6713的一个FIR算法的实现,仿真以通过,可以直接观察波形,基本的使用时,产生波形后,在CCS的view下观看波形的产生/* Purpose:FIR filter procedure for processing a group of data *//* Prototype in C:void fir_filter(const int x[],const int h[], *//* short y[],int n,int m,int s); *//* const int x[]:输入信号的缓冲数组,int类型,在滤波中不可修改 *//* const int h[]:滤波器的系数数组,int类型,在滤波中不可修改 *//* short y[]:输出信号的缓冲数组,short类型 *//* n:滤波器长度,本例中为ORDER_FIR &nbs
- 2022-02-02 18:16:07下载
- 积分:1
-
LMS中的最小二乘算法,求解最小二乘问题
lms最小平方中位数算法,用来解决最小二乘问题-LMS median least squares algorithm, to solve least squares problem
- 2022-04-07 21:48:20下载
- 积分:1
-
Newton down France
Newton下山法-Newton down France
- 2022-05-08 08:21:53下载
- 积分:1
-
windows小帮手,vc6.0开发的,有点小问题
windows小帮手,vc6.0开发的,有点小问题-windows Assistant, vc6.0 developed a bit small problem
- 2022-07-21 13:20:40下载
- 积分:1
-
贝塞尔曲线算法
构建三次贝塞尔曲线 C0,......,Cn-1 中
参数形式,Ci 由
(xi(t),yi(t)) = (a0(i) + a1 (i) * t + a2 (i) * t ^2 + a3 (i) * t ^3,
b0(i) + b1 (i) * t + b2 (i) * t ^2 + b3(i)*t^3)
0 为 < = t < = 1 由左终结点 (x(i),y(i)),
离开了 guidepoint (x+(i),y+(i))、 右端点 (x(i+1),y(i+1)) 和
右 guidepoint (为每个 i x-(i+1),y-(i+1)) = 0,1,......,n-1 ;
输入的 n,((x(i),y(i)),我 = 0,...,n),
((x+(i),y+(i)),我 = 0,...,n-1),
((x-(i),y-(i)),我 = 1,...,n)。
输出系数 (a0(i)、 a1(i)、 a2(i)、 a3(i)、
b0(i)、 b1(i)、 b2(i)、 b3(i)、 我 = 0,...,n-1)。
- 2022-02-16 09:27:40下载
- 积分:1
-
data mining algorithms decision tree classification algorithm presentations and...
数据挖掘分类算法决策树学习算法介绍以及SEE5的使用说明-data mining algorithms decision tree classification algorithm presentations and the use SEE5
- 2023-04-10 22:10:04下载
- 积分:1
-
四轴四元数姿态滤波算法MadgwickAHRS和原理说明
资源描述文件包含软件源码和PDF原理说明、使用说明。此算法包含陀螺仪和加速度计数据融合、地磁传感器数据融合。
- 2022-01-26 02:27:14下载
- 积分:1
-
雅可比过关法求实对称矩阵特征值与特征向量
雅可比过关法求实对称矩阵特征值与特征向量-Jacobian clearance France realistic symmetric matrix eigenvalue and eigenvector
- 2022-07-12 22:05:55下载
- 积分:1
-
自己编写的子集和问题的源代码,绝对可以运行
自己编写的子集和问题的源代码,绝对可以运行-I have written and the issue of a subset of the source code can run
- 2022-10-01 04:10:04下载
- 积分:1
-
该程序包括了一个应用最为广的离散傅里叶变换,褶积,抽样最小相位。绝对能运行...
该程序包括了一个应用最为广的离散傅里叶变换,褶积,抽样最小相位。绝对能运行-The program includes an application of the most widely used discrete Fourier transform, convolution, sampling minimum phase. They can certainly run
- 2022-01-31 03:24:48下载
- 积分:1