代码搜索:共模滤波

找到约 10,000 项符合「共模滤波」的源代码

代码结果 10,000
www.eeworm.com/read/482255/6630478

vi 低通滤波.vi

www.eeworm.com/read/478040/6718553

txt 限幅滤波程序.txt

[程序宝典]限幅滤波程序 程序匠人 发表于 2005-11-7 17:31:00 阅读全文(371) | 回复(0) | 引用(0) 限幅滤波程序 设在顺序采样时刻T1、T2、T3所采集的数据分别为Y1、Y2、Y3,则当 ∣Y2-Y1∣≤△y,则Y2作为采样值; ∣Y2-Y1∣>△y, 则保留Y2,但不作为采样值,继续采样得Y3; 如果∣Y3-Y2∣≤△y
www.eeworm.com/read/404083/11491897

vi 低通滤波.vi

www.eeworm.com/read/344744/11862880

m 卡尔曼滤波.m

%VD arithmetic clear; T=2; num=50; N1=400/T;N2=600/T;N3=610/T;N4=660/T;N5=900/T; x=zeros(N5,1); y=zeros(N5,1); vx=zeros(N5,1); vy=zeros(N5,1); x(1)=2000;y(1)=10000; vx(1)=0;vy(1)=-15; ax=0
www.eeworm.com/read/155255/11887578

fig 卡尔曼滤波.fig

www.eeworm.com/read/343667/11935322

txt 维纳滤波处理.txt

//参数说明: //LPSTR lpDIBBits:指向源DIB图像指针 //LONG lWidth:源图像宽度(象素数) //LONG lHeight:源图像高度(象素数) //函数说明: //该函数用来对DIB图像进行维纳滤波复原操作。 BOOL WINAPI WienerDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight) {
www.eeworm.com/read/343667/11935325

txt 维纳滤波处理.txt

//参数说明: //LPSTR lpDIBBits:指向源DIB图像指针 //LONG lWidth:源图像宽度(象素数) //LONG lHeight:源图像高度(象素数) //函数说明: //该函数用来对DIB图像进行维纳滤波复原操作。 BOOL WINAPI WienerDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight) {
www.eeworm.com/read/340045/12185543

txt 33均值滤波.txt

www.eeworm.com/read/339615/12220826

txt 33均值滤波.txt

www.eeworm.com/read/252548/12275961

m 卡尔曼滤波.m

%VD arithmetic clear; T=2; num=50; N1=400/T;N2=600/T;N3=610/T;N4=660/T;N5=900/T; x=zeros(N5,1); y=zeros(N5,1); vx=zeros(N5,1); vy=zeros(N5,1); x(1)=2000;y(1)=10000; vx(1)=0;vy(1)=-15; ax=0