欢迎来到天天文库
浏览记录
ID:23909806
大小:62.68 KB
页数:15页
时间:2018-11-11
《《数字滤波c语言》word版》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、假定从8位AD中读取数据(如果是更高位的AD可定义数据类型为int),子程序为get_ad();1、限副滤波/*A值可根据实际情况调整value为有效值,new_value为当前采样值滤波程序返回有效的实际值*/#defineA10charvalue;charfilter(){charnew_value;new_value=get_ad();if((new_value-value>A)
2、
3、(value-new_value>A)returnvalue;returnnew_value;}2、中位值滤波法/*假定从8位AD中读取数据(如果是更高位的AD可定义数据类型
4、为int),子程序为get_ad();1、限副滤波/*A值可根据实际情况调整value为有效值,new_value为当前采样值滤波程序返回有效的实际值*/#defineA10charvalue;charfilter(){charnew_value;new_value=get_ad();if((new_value-value>A)
5、
6、(value-new_value>A)returnvalue;returnnew_value;}2、中位值滤波法/*假定从8位AD中读取数据(如果是更高位的AD可定义数据类型为int),子程序为get_ad();1、限副滤波/*A值
7、可根据实际情况调整value为有效值,new_value为当前采样值滤波程序返回有效的实际值*/#defineA10charvalue;charfilter(){charnew_value;new_value=get_ad();if((new_value-value>A)
8、
9、(value-new_value>A)returnvalue;returnnew_value;}2、中位值滤波法/*假定从8位AD中读取数据(如果是更高位的AD可定义数据类型为int),子程序为get_ad();1、限副滤波/*A值可根据实际情况调整value为有效值,new_value为
10、当前采样值滤波程序返回有效的实际值*/#defineA10charvalue;charfilter(){charnew_value;new_value=get_ad();if((new_value-value>A)
11、
12、(value-new_value>A)returnvalue;returnnew_value;}2、中位值滤波法/*N值可根据实际情况调整排序采用冒泡法*/#defineN11charfilter(){charvalue_buf[N];charcount,i,j,temp;for(count=0;count13、f[count]=get_ad();delay();}for(j=0;jvalue_buf[i+1]){temp=value_buf[i];value_buf[i]=value_buf[i+1];value_buf[i+1]=temp;}}}returnvalue_buf[(N-1)/2];}3、算术平均滤波法/**/#defineN12charfilter(){intsum=0;for(count=0;count14、ay();}return(char)(sum/N);}4、递推平均滤波法(又称滑动平均滤波法)/**//*********************滑动平均滤波*************************/#defineN12charValue_Buffer[N];chari=0;charFilter(){charj;intSUM=0;Value_Buffer[i++]=get_ad();if(i==N)i=0;for(j=0;j15、干扰平均滤波法)/**/#defineN12charfilter(){charcount,i,j;charvalue_buf[N];intsum=0;for(count=0;countvalue_buf[i+1]){temp=value_buf;value_buf=value_buf[i+1];value_buf[i+1]=temp;}}}for(count=1;co16、unt
13、f[count]=get_ad();delay();}for(j=0;jvalue_buf[i+1]){temp=value_buf[i];value_buf[i]=value_buf[i+1];value_buf[i+1]=temp;}}}returnvalue_buf[(N-1)/2];}3、算术平均滤波法/**/#defineN12charfilter(){intsum=0;for(count=0;count14、ay();}return(char)(sum/N);}4、递推平均滤波法(又称滑动平均滤波法)/**//*********************滑动平均滤波*************************/#defineN12charValue_Buffer[N];chari=0;charFilter(){charj;intSUM=0;Value_Buffer[i++]=get_ad();if(i==N)i=0;for(j=0;j15、干扰平均滤波法)/**/#defineN12charfilter(){charcount,i,j;charvalue_buf[N];intsum=0;for(count=0;countvalue_buf[i+1]){temp=value_buf;value_buf=value_buf[i+1];value_buf[i+1]=temp;}}}for(count=1;co16、unt
14、ay();}return(char)(sum/N);}4、递推平均滤波法(又称滑动平均滤波法)/**//*********************滑动平均滤波*************************/#defineN12charValue_Buffer[N];chari=0;charFilter(){charj;intSUM=0;Value_Buffer[i++]=get_ad();if(i==N)i=0;for(j=0;j15、干扰平均滤波法)/**/#defineN12charfilter(){charcount,i,j;charvalue_buf[N];intsum=0;for(count=0;countvalue_buf[i+1]){temp=value_buf;value_buf=value_buf[i+1];value_buf[i+1]=temp;}}}for(count=1;co16、unt
15、干扰平均滤波法)/**/#defineN12charfilter(){charcount,i,j;charvalue_buf[N];intsum=0;for(count=0;countvalue_buf[i+1]){temp=value_buf;value_buf=value_buf[i+1];value_buf[i+1]=temp;}}}for(count=1;co
16、unt
此文档下载收益归作者所有