-
the progran create pwm wave by msp430F149
the progran create pwm wave by msp430F149
- 2022-02-01 12:36:05下载
- 积分:1
-
不同类型的敌人跟踪细节的VoIP VoIP应用设备of
Voip tracking details foe diffrent kinds of voip enabled devices
- 2022-02-03 07:03:05下载
- 积分: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
-
编写了一个程序,单链表示池池(池,没有重复的E ..
编写一个程序,采用单链表表示集合(集合中不存在重复的元素),利用例2.4的算法将其按递增方式排序,构成有序单链表。求这样的两个集合的并、交和差。-prepared a procedure, single chain said pool (pool, there is no duplication of elements), 2.4 cases using the algorithm based on the progressive sorting, orderly single-chain form. For the two pools, intersection and the poor.
- 2022-01-26 02:15:03下载
- 积分:1
-
SIP传说是今年最热门的一个通信协议,了解了解,会有很多收获的...
SIP传说是今年最热门的一个通信协议,了解了解,会有很多收获的-SIP legend was one of the most popular communication protocols, understand understanding, there will be many harvest
- 2022-04-24 12:28:19下载
- 积分:1
-
这是关于图像调制传递函数MTF计算好的影响。
这是关于图像调制传递函数MTF计算的一篇优秀文章,可以处理卫星图像,提高图像清晰度-This is on the image modulation transfer function MTF calculated an excellent article, you can deal with satellite imagery, improve image clarity
- 2023-06-11 07:30:04下载
- 积分:1
-
ZIP文件查看器, 用来查看ZIP文件的内容。
ZIP文件查看器, 用来查看ZIP文件的内容。-ZIP file viewer, used to check the contents of ZIP files.
- 2022-02-02 10:50:26下载
- 积分:1
-
Heat meters or meter IC card, IC card to write data to the format
IC卡热量表或水表,向IC卡写数据的格式-Heat meters or meter IC card, IC card to write data to the format
- 2022-01-25 13:55:58下载
- 积分:1
-
很强大的文件处理器,非常便捷快速的查找.占用系统资源小
很强大的文件处理器,非常便捷快速的查找.占用系统资源小-A very powerful document processor, very easy to find fast. Occupy system resources, small
- 2022-05-31 22:52:26下载
- 积分:1
-
是学语言的课程设计,好象是查找或是迷宫
是学语言的课程设计,好象是查找或是迷宫
-Is the school language curriculum design, as if the maze is to find or
- 2022-07-27 22:30:30下载
- 积分:1