-
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
-
《模式分类》第二版的配套的Matlab源代码
《模式分类》第二版的配套的Matlab源代码-"pattern classification," the second version of the Matlab supporting source code
- 2022-11-26 06:55:02下载
- 积分:1
-
此程序计算代数公式。
This program evaluates algebraic formulas.
- 2022-03-22 06:26:29下载
- 积分:1
-
拟牛顿法求非线性方程组的一组实数解
拟牛顿法求非线性方程组的一组实数解-quasi-Newton method of nonlinear equations for a group of real solutions
- 2022-01-25 19:17:01下载
- 积分:1
-
微分的数值计算综合了算法在导弹中的应用,很有用
微分的数值计算综合了算法在导弹中的应用,很有用-Differential synthesis of the numerical calculation algorithm in a missile application, very useful
- 2022-06-11 20:43:41下载
- 积分:1
-
GML AdaBoost Matlab 工具箱,有详细的说明文档,脚本,用例
GML AdaBoost Matlab 工具箱,有详细的说明文档,脚本,用例-GML AdaBoost Matlab Toolbox
- 2022-05-31 09:13:01下载
- 积分:1
-
oh. Very cattle, most people do not give him
线形的哦。很牛的,一般人不给他-oh. Very cattle, most people do not give him
- 2023-07-24 00:15:02下载
- 积分:1
-
Mathematical Modeling of experiences, the preparation team and have team members...
数学建模的经验之谈,对准备参赛及已经参赛的队员有一定的指导意义。对参加工作的科研人员也有一定借鉴作用。-Mathematical Modeling of experiences, the preparation team and have team members have a certain significance. For participating in the work of researchers also have some reference.
- 2022-12-17 13:20:03下载
- 积分:1
-
EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。...
EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
- 2022-01-26 07:12:25下载
- 积分:1
-
这是一个用java高级编程语言编写的程序,能够实现用牛顿迭代法求解某个函数在某个指定区间内的根,方便易用。...
这是一个用java高级编程语言编写的程序,能够实现用牛顿迭代法求解某个函数在某个指定区间内的根,方便易用。-Java This is a high-level programming languages used in the preparation of procedures, be able to achieve with Newton iteration to solve a function in a specified range of root and user-friendly.
- 2022-02-24 10:25:07下载
- 积分:1