-
arm7芯片
lpc2214中文数据手册
arm7芯片
lpc2214中文数据手册
-ARM7 chip LPC2214 Data Sheet Chinese
- 2022-06-14 07:48:24下载
- 积分:1
-
设置网络驱动器映射方式的代码,很方便设置网络驱动器映射方式...
设置网络驱动器映射方式的代码,很方便设置网络驱动器映射方式-set up a network drive mapping code, is a convenient set up a network drive mapping
- 2022-01-26 02:42:08下载
- 积分:1
-
非常好的网络游戏服务器 可以架设 正常使用
非常好的网络游戏服务器 可以架设 正常使用
- 2022-05-08 21:00:40下载
- 积分:1
-
这是一个lm339资料,希望能对你有所帮助。
这是一个lm339资料,希望能对你有所帮助。-This is a LM339 in the hopes of your help.
- 2022-04-12 12:03:36下载
- 积分:1
-
Computer operating system runtime environment experiment C language environment
计算机专业的操作系统实验 运行环境 C语言环境下-Computer operating system runtime environment experiment C language environment
- 2022-09-28 19:20:03下载
- 积分:1
-
源代码的决策树,yongc写看看
决策树的源代码,yongc写的
请看看吧-Decision tree of the source code, yongc written look and see
- 2022-05-26 13:56:58下载
- 积分: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
-
吉林大学的 dsp ppt教程,适合初学习dsp的人。
吉林大学的 dsp ppt教程,适合初学习dsp的人。-Jilin University of dsp ppt tutorials, suitable for early learning dsp people.
- 2023-07-09 14:50:13下载
- 积分:1
-
有关gcc使用方法的说明书,内容比较全面,包含有程序代码
有关gcc使用方法的说明书,内容比较全面,包含有程序代码
- 2022-03-09 15:28:21下载
- 积分:1
-
数据压缩的一些基本概念
数据压缩的一些基本概念-data compression some of the basic concepts
- 2022-03-23 06:03:03下载
- 积分:1