从网上收集的多个软件滤波算法文章,大概有10种.
源代码在线查看: 一些常用的软件滤波方法_jj.htm
青青子木电子世界--> 一些常用的软件滤波方法
function copyit(obj){
obj.select();
js=obj.createTextRange();
js.execCommand("Copy");
}
function saveAs(obj){
var winname=window.open('','test','top=10000');
winname.document.open("text/html", "replace");
winname.document.write(obj.value);
winname.document.execCommand('saveas','','code.html');
winname.close();
}
function runit(obj)
{
var winname=window.open("","test","");
winname.document.open("text/html", "replace");
winname.document.write(obj.value);
winname.document.close();
}
type=text/javascript>
.style1 {
FONT-WEIGHT: bold; COLOR: #333333
}
src="一些常用的软件滤波方法_jj.files/logo.gif" width=172>
src="一些常用的软件滤波方法_jj.files/468X60.gif" width=468>
onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.zmmcu.com');"
href="http://www.zmmcu.com/showart.asp?id=72#">设为首页 href="javascript:window.external.addFavorite('http://www.zmmcu.com','青青子木');">加入收藏 href="http://www.zmmcu.com/showart.asp?id=72#">联系我们
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var I=0;I this[I+1]=initArray.arguments[I] }
var d=new initArray("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
document.write(" ",today.getYear(),"年",
today.getMonth()+1,"月", today.getDate(),"日",d[today.getDay()+1], "" );
class=a1
href="http://www.zmmcu.com/index.asp"> 首页 height=11 src="一些常用的软件滤波方法_jj.files/nav_line.gif" width=2> href="http://www.zmmcu.com/downList.asp">下载中心 height=11 src="一些常用的软件滤波方法_jj.files/nav_line.gif" width=2> href="http://www.zmmcu.com/artlist.asp">文章中心 height=11 src="一些常用的软件滤波方法_jj.files/nav_line.gif" width=2> href="http://www.zmmcu.com/product.asp"> color=#ffff00>产品中心 src="一些常用的软件滤波方法_jj.files/nav_line.gif" width=2> href="http://www.zmmcu.com/consumer.asp"> color=#ffff00>商务中心 src="一些常用的软件滤波方法_jj.files/nav_line.gif" width=2> href="http://www.zmmcu.com/bbs">子木论坛 src="一些常用的软件滤波方法_jj.files/nav_line.gif" width=2> href="http://www.zmmcu.com/payshow.asp"> href="http://www.zmmcu.com/contact.asp">购买指南 height=11 src="一些常用的软件滤波方法_jj.files/nav_line.gif" width=2> href="http://www.zmmcu.com/payshow.asp"> 付款说明 class=a1 href="http://www.zmmcu.com/contact.asp"> src="一些常用的软件滤波方法_jj.files/nav_line.gif" width=2>
rowSpan=2>
class=style1>阅读文章
size=3>一些常用的软件滤波方法
[ 日期: 2005-6-16 ]
作者:不详 字体 [ href="javascript:ContentSize(16)">大 href="javascript:ContentSize(14)">中 href="javascript:ContentSize(12)">小 ]
id=size> 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值可根据实际情况调整 排序采用冒泡法*/#define N 11
char filter(){ char value_buf[N]; char count,i,j,temp; for ( count=0;countvalue_buf[i+1] ) { temp = value_buf; value_buf = value_buf[i+1]; value_buf[i+1] = temp; } } } return value_buf[(N-1)/2];}
3、算术平均滤波法/**/
#define N 12
char filter(){ int sum = 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;count=N) return new_value; delay(); new_value = get_ad(); } return value; }
阅读: color=red>1038 次
【 打印
】
width=8>
background=一些常用的软件滤波方法_jj.files/bottom_02.gif> title="请先加好本站连接.然后联系QQ: 303196938"
href="http://www.zmmcu.com/showart.asp?id=72#">友情链接 | title="联系QQ: 303196938
邮件: avrsp001@vip.163.com"
href="http://www.zmmcu.com/contact.asp">业务联系 | title="本站建站于2004
站长: 青青子木"
href="http://www.zmmcu.com/showart.asp?id=72#">关于本站 | href="http://www.zmmcu.com/showart.asp?id=72#">后台管理
width=9>
Copyright© 2004-2008 href="http://www.zmmcu.com/">青青子木电子世界 All Rights Reserved href="http://www.miibeian.gov.cn/" target=_blank> color=#ff0000>粤ICP备05008583Version 2.0 耗时 .03
毫秒请使用IE5.5 以上浏览器访问本站
type=text/javascript>
href="http://localhost/" target=_blank> onmouseout=yuxingstop(0); height=0 src="一些常用的软件滤波方法_jj.files/d_download.gif"
width=0 border=0>
yuxingtome()