欢迎来到天天文库
浏览记录
ID:5753027
大小:55.50 KB
页数:11页
时间:2017-12-24
《10种软件滤波方法的示例程序》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、10种软件滤波方法的示例程序(JKRL)假定从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、中位值
4、滤波法/*N值可根据实际情况调整排序采用冒泡法*/#defineN11charfilter(){charvalue_buf[N];charcount,i,j,temp;for(count=0;countvalue_buf[i+1]){temp=value_buf[i];value_buf[i]=value_buf[i+1];value
5、_buf[i+1]=temp;}}}returnvalue_buf[(N-1)/2];}3、算术平均滤波法#defineN12charfilter(){intsum=0;for(count=0;count6、if(i==N)i=0;for(count=0;count7、){if(value_buf[i]>value_buf[i+1]){temp=value_buf[i];value_buf[i]=value_buf[i+1];value_buf[i+1]=temp;}}}for(count=1;count8、charnew_value;new_value=get_ad();return(100-a)*value+a*new_value;}8、加权递推平均滤波法/*coe数组为加权系数表,存在程序存储区。*/#defineN12charcodecoe[N]={1,2,3,4,5,6,7,8,9,10,11,12};charcodesum_coe=1+2+3+4+5+6+7+8+9+10+11+12;charfilter(){charcount;charvalue_buf[N];intsum=0;for(count=0,count9、unt++){value_buf[count]=get_ad();delay();}for(count=0,count=N)returnnew_value;del10、ay();new_value=get_ad();}returnvalue;}10、限幅消抖滤波法/**/略参考子程序1、9软件抗干扰经验之五:10种软件滤波方法程序匠人发表于2005-5-1919:34:00阅读全文(8568)11、回复
6、if(i==N)i=0;for(count=0;count7、){if(value_buf[i]>value_buf[i+1]){temp=value_buf[i];value_buf[i]=value_buf[i+1];value_buf[i+1]=temp;}}}for(count=1;count8、charnew_value;new_value=get_ad();return(100-a)*value+a*new_value;}8、加权递推平均滤波法/*coe数组为加权系数表,存在程序存储区。*/#defineN12charcodecoe[N]={1,2,3,4,5,6,7,8,9,10,11,12};charcodesum_coe=1+2+3+4+5+6+7+8+9+10+11+12;charfilter(){charcount;charvalue_buf[N];intsum=0;for(count=0,count9、unt++){value_buf[count]=get_ad();delay();}for(count=0,count=N)returnnew_value;del10、ay();new_value=get_ad();}returnvalue;}10、限幅消抖滤波法/**/略参考子程序1、9软件抗干扰经验之五:10种软件滤波方法程序匠人发表于2005-5-1919:34:00阅读全文(8568)11、回复
7、){if(value_buf[i]>value_buf[i+1]){temp=value_buf[i];value_buf[i]=value_buf[i+1];value_buf[i+1]=temp;}}}for(count=1;count8、charnew_value;new_value=get_ad();return(100-a)*value+a*new_value;}8、加权递推平均滤波法/*coe数组为加权系数表,存在程序存储区。*/#defineN12charcodecoe[N]={1,2,3,4,5,6,7,8,9,10,11,12};charcodesum_coe=1+2+3+4+5+6+7+8+9+10+11+12;charfilter(){charcount;charvalue_buf[N];intsum=0;for(count=0,count9、unt++){value_buf[count]=get_ad();delay();}for(count=0,count=N)returnnew_value;del10、ay();new_value=get_ad();}returnvalue;}10、限幅消抖滤波法/**/略参考子程序1、9软件抗干扰经验之五:10种软件滤波方法程序匠人发表于2005-5-1919:34:00阅读全文(8568)11、回复
8、charnew_value;new_value=get_ad();return(100-a)*value+a*new_value;}8、加权递推平均滤波法/*coe数组为加权系数表,存在程序存储区。*/#defineN12charcodecoe[N]={1,2,3,4,5,6,7,8,9,10,11,12};charcodesum_coe=1+2+3+4+5+6+7+8+9+10+11+12;charfilter(){charcount;charvalue_buf[N];intsum=0;for(count=0,count9、unt++){value_buf[count]=get_ad();delay();}for(count=0,count=N)returnnew_value;del10、ay();new_value=get_ad();}returnvalue;}10、限幅消抖滤波法/**/略参考子程序1、9软件抗干扰经验之五:10种软件滤波方法程序匠人发表于2005-5-1919:34:00阅读全文(8568)11、回复
9、unt++){value_buf[count]=get_ad();delay();}for(count=0,count=N)returnnew_value;del
10、ay();new_value=get_ad();}returnvalue;}10、限幅消抖滤波法/**/略参考子程序1、9软件抗干扰经验之五:10种软件滤波方法程序匠人发表于2005-5-1919:34:00阅读全文(8568)
11、回复
此文档下载收益归作者所有