-
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
-
很有用的一份资料
如果各位有类似资料麻烦也上传上来哈
很有用的一份资料
如果各位有类似资料麻烦也上传上来哈-A very useful information if you have similar trouble also upload information onto Kazakhstan
- 2022-11-09 22:35:03下载
- 积分:1
-
Database System Concepts! Xi' an Jiaotong University courseware, it is classi...
数据库系统概念!西安交大的课件,很经典-Database System Concepts! Xi" an Jiaotong University courseware, it is classic! ! !
- 2022-02-21 00:09:09下载
- 积分:1
-
渐进式编码,JPEG 2000标准的另一个特点,就是双…
Progressive coding, another feature of the JPEG 2000 standard, means that the bit stream can be coded in such a way as to contain less-detailed information at the beginning of the stream and more detailed information as the stream progresses. This makes it ideal for Internet/network applications―especially with large images and low bandwidths―as the image can be seen instantly on the decoding side, even with low-speed networks or image databases. The lower subbands are shown first, and more detail is added as time progresses. The picture thus becomes sharper and more detailed over time, and the entire image does not have to be downloaded before it can be seen
- 2023-07-12 08:55:02下载
- 积分:1
-
指纹密码锁的资料,LT
指纹密码锁的资料,LT-810A指纹锁用户手册,可以了解下指纹锁的功能-Fingerprint locks information, LT-810A lock user manual, you can lock the function of understanding
- 2022-06-16 12:44:09下载
- 积分:1
-
PRO PHP FLASH WEBSITE
PRO PHP FLASH WEBSITE
- 2022-01-26 02:32:52下载
- 积分:1
-
Auditory distance perception of indoor noise impact study. Rar
噪声对室内听觉距离感知的影响研究.rar-Auditory distance perception of indoor noise impact study. Rar
- 2022-06-28 06:22:39下载
- 积分:1
-
这是我总结的WAV文件格式比较全。川
这是我总结的wav文件格式的说明,比较全了。传上去大家共享。-This is my summary of the wav file format to compare a whole. Chuan-up for all to share.
- 2022-01-24 18:36:29下载
- 积分:1
-
读取文件内容并以二进制显示
读取文件内容并以二进制显示-read the contents of the documents and binary show
- 2022-04-07 03:51:17下载
- 积分:1
-
固定分区存储方式模拟 计算机专业 操作系统
固定分区存储方式模拟 计算机专业 操作系统-Fixed partition storage Computer simulation of the operating system
- 2022-02-03 21:58:58下载
- 积分:1