代码搜索:共模滤波
找到约 10,000 项符合「共模滤波」的源代码
代码结果 10,000
www.eeworm.com/read/356164/10235644
plg 中值滤波.plg
Build Log
--------------------Configuration: 中值滤波 - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\JIANG\
www.eeworm.com/read/356164/10235646
opt 中值滤波.opt
www.eeworm.com/read/356164/10235648
exe 中值滤波.exe
www.eeworm.com/read/356164/10235649
dsw 中值滤波.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/356164/10235650
cpp 中值滤波.cpp
//********************************************************************************
// 开头 程序名:中值滤波
// 作者 王统金
www.eeworm.com/read/424496/10442802
m kalma滤波.m
%Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
clear all;
close all;
ts=0.001;
M=3000;
%Continuous Plant
a=25;b=133;
sys=tf(b,[1,a,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
www.eeworm.com/read/350803/10709107
txt 软件滤波.txt
10种软件滤波程序
--------------------------------------------------------------------------------
假定从8位AD中读取数据(如果是更高位的AD可定义数据类型为int),子程序为get_ad();
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样
www.eeworm.com/read/276568/10729083
m 滤波程序.m
clear;
clc;
fni=input('频域积分-输入数据文件名:','s');
load(fni);
fs=20000; %采样频率
n=24000; %数据点数
n1=24000;
n2=48000;
A=1000; %放大倍数为1mv/m/s2
dt =1/fs;
t1=
www.eeworm.com/read/270352/11041357
bmp 中值滤波.bmp
www.eeworm.com/read/467488/7004183