-
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
-
多用户mimo
多用户MIMO技术作为lte-a的支持技术,作为下一代通信网路的关键技术, 由于其能够提供更大的数据传输速率,适当的预编码能够减小用户间的干扰,减小小区间的干扰,本代码给出了但小区多用户下行链路的预编码,对于初学者又很好的借鉴作用。 &nb
- 2022-02-13 02:47:03下载
- 积分:1
-
追赶法解三对角线方程组
追赶法解三对角线方程组-chased three diagonal Solving equations
- 2022-03-25 06:07:16下载
- 积分:1
-
- 2022-04-26 09:25:16下载
- 积分:1
-
NRF51822 UART
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use of the information. NO
* WARRANTY of ANY KIND is provided. This heading must NOT be removed from
* the file.
*
*/
- 2022-06-19 21:29:20下载
- 积分:1
-
求有关温度计算的源程序
求有关温度计算的源程序-for calculating the temperature of the source
- 2022-06-01 10:00:51下载
- 积分:1
-
C++ Language matrix used in computation, very good, with the reference value.
用C++语言实现矩阵的常用运算,非常不错,具有参考价值。-C++ Language matrix used in computation, very good, with the reference value.
- 2023-02-10 08:20:03下载
- 积分:1
-
3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-three on the order of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
- 2022-03-07 21:15:37下载
- 积分:1
-
实现网上流行的逐行广告滚动,即一定秒数滚动一行,并非线性滚动.改良后,可以由文字的滚动做成图片逐行滚动,每行可以有若干条...
实现网上流行的逐行广告滚动,即一定秒数滚动一行,并非线性滚动.改良后,可以由文字的滚动做成图片逐行滚动,每行可以有若干条-Realize the popular progressive online advertising rolling, that is, a certain number of seconds a rolling line, and non-linear scroll. Improvement can be made by the text of the scroll line by line scrolling picture, each line can have a number of articles
- 2023-05-03 21:50:04下载
- 积分:1
-
光立方旋转跳跃
资源描述这个光立方程序希望能对各位自学学习有一定的帮助!
- 2022-01-28 12:51:48下载
- 积分:1