文件名称:FilterAverage
介绍说明--下载内容来自于网络,使用问题请自行百度
函数:滑动均值滤波--analog signals
优点:可重用,代码量小,数据实时无间断
缺点:边沿平滑,不适合突变检测
要求:使用前,必须先初始化
案例:sum的初值为基准值;buff[]不能大于sum-Function: sliding mean filter- analog signals advantages: reusability, a small amount of code and data in real time without interruption Disadvantages: the edge is smooth, not suitable for mutation detection: before use, you must first initialize the case: the initial value of the sum of the reference value buff [] is not greater than the sum
优点:可重用,代码量小,数据实时无间断
缺点:边沿平滑,不适合突变检测
要求:使用前,必须先初始化
案例:sum的初值为基准值;buff[]不能大于sum-Function: sliding mean filter- analog signals advantages: reusability, a small amount of code and data in real time without interruption Disadvantages: the edge is smooth, not suitable for mutation detection: before use, you must first initialize the case: the initial value of the sum of the reference value buff [] is not greater than the sum
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FilterAverage.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.