代码搜索:共模滤波
找到约 10,000 项符合「共模滤波」的源代码
代码结果 10,000
www.eeworm.com/read/458709/7290873
txt 滤波.txt
f=100; %取样频率
N=1024; %总点数
Ts=1/f; %取样间隔
T=Ts*N; %取样总时间
n=0:N-1;
t=n*Ts;
x1=cos(pi*t);
x2=cos(9*pi*t);
x3=x1.*x2;
subplot(511),plot(x1);% 绘出调制信号
grid
www.eeworm.com/read/238894/13315909
ncb 滤波.ncb
www.eeworm.com/read/238894/13315915
cpp 滤波.cpp
#include
#include
#include
#include
#include "nrutil.h"
#define N 256
using namespace std;
//傅立叶变换函数
void Gfft(double *ax, double *ay, int cou
www.eeworm.com/read/238894/13315922
dsw 滤波.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/238894/13315925
dsp 滤波.dsp
# Microsoft Developer Studio Project File - Name="滤波" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Consol
www.eeworm.com/read/238894/13315930
opt 滤波.opt
www.eeworm.com/read/4686/38360
asm 滤波.asm
;中值滤波,采样值分别放在R2,r3,r4中,
结果从小到大排序放在R2,R3,R4中
;R3为中值
FILT2:MOV A,R2
CLR C
SUBB A,R3
JC FILT21
MOV A,R2
XCH A,R3
MOV R2,A
FILT21:MOV A,R3
CL
www.eeworm.com/read/4710/39312
asm 滤波.asm
;中值滤波,采样值分别放在R2,r3,r4中,
结果从小到大排序放在R2,R3,R4中
;R3为中值
FILT2:MOV A,R2
CLR C
SUBB A,R3
JC FILT21
MOV A,R2
XCH A,R3
MOV R2,A
FILT21:MOV A,R3
CL
www.eeworm.com/read/4929/42605
mht 滤波.mht
www.eeworm.com/read/7225/109675
asm 滤波.asm
;中值滤波,采样值分别放在R2,r3,r4中,
结果从小到大排序放在R2,R3,R4中
;R3为中值
FILT2:MOV A,R2
CLR C
SUBB A,R3
JC FILT21
MOV A,R2
XCH A,R3
MOV R2,A
FILT21:MOV A,R3
CL