-
1628是键盘接口与LED
sm1628是一种带键盘接口的LED驱动控制专用IC,带有内部MCU-sm1628 is a keyboard interface with LED-driven control of a dedicated IC, an internal MCU
- 2022-06-06 15:25:13下载
- 积分:1
-
How to use stacks in C language
How to use stacks in C language
- 2023-08-30 07:40:02下载
- 积分:1
-
segy文件上的程序,希望对学校的使用和相关的地球物理…
关于segy的文件说明和程序,希望对学地球物理及用到相关文件格式的人能够有用-SEGY on the document and procedures, hope for school use and related geophysical file format useful to the people
- 2022-03-01 13:52:45下载
- 积分:1
-
如何让自己的GINA登陆框在安全模式下也能够使用。
如何让自己的GINA登陆框在安全模式下也能够使用。-how their GINA landing box in safe mode can also be used.
- 2023-06-05 07:00:04下载
- 积分:1
-
这种算法在DSP上实现,以及出现的滤波图
这种算法在DSP上实现,以及出现的滤波图-This algorithm is implemented on the DSP, and the emergence of the filtering plan
- 2022-08-17 21:49:52下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
分析家格式(日线、财务、分笔、代码表、周线、月线)
分析家格式(日线、财务、分笔、代码表、周线、月线)-fxj_data_format
- 2022-02-03 16:38:20下载
- 积分:1
-
嵌入式开发人员需要了解某一格式的文件格式
intel hex32的文件格式
嵌入式开发需要对该格式有一定了解
-file formats that embedded developers need to understand a certain format
- 2022-05-10 11:46:47下载
- 积分:1
-
我们学校的上机作业 100个题目 题题经典
我们学校的上机作业 100个题目 题题经典-our schools operating on the 100 aircraft that subject that classic
- 2022-05-14 16:17:06下载
- 积分:1
-
基于MSP430的DS18B20的温度采集程序
基于MSP430的DS18B20的温度采集程序-MSP430-based temperature acquisition program DS18B20
- 2022-03-16 20:55:27下载
- 积分:1