代码搜索:共模滤波

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

代码结果 10,000
www.eeworm.com/read/34198/1039533

ewb 共射cc放大器.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "" EncryptionType: 2 UsingVectorGraphics: 0 /000@D0I0?4D
www.eeworm.com/read/291224/8433903

txt rls自适应滤波.txt

% RLS 算法 randn('seed', 0) ; rand('seed', 0) ; NoOfData = 8000 ; % Set no of data points used for training Order = 32 ; % Set the adaptive filter order Lambda = 0.98 ; % Set the forgettin
www.eeworm.com/read/291223/8433908

txt lms自适应滤波.txt

%lms算法源程序 clear all close all %channel system order sysorder = 5 ; % Number of system points N=2000; inp = randn(N,1); n = randn(N,1); [b,a] = butter(2,0.25); Gz = tf(b,a,-1);
www.eeworm.com/read/429594/8800625

txt 15.3.4加权平均滤波.txt

FILTER5: CLR A MOV R3,A MOV R4,A MOV R7,N MOV R2,ADDPH MOV R1,ADDPL MOV DPTR,#QAVTAB QAVFT1: MOVC A,@A+DPTR MOV B,A MOVX A,@R1 INC DPTR INC R1 MUL
www.eeworm.com/read/429594/8800647

txt 15.3.3算术均值滤波.txt

FILTER4: MOV R6,#40H MOV R2,#00H MOV R3,#00H MOV A,COUNT PUSH ACC MOV R0,#DATA LOOP: MOV 36H,R6 MOV 37H,R2 MOV 38H,R3 MOV A,@R0 MOV R3,A INC R0 MOV R1,#MED1 CLR 3AH
www.eeworm.com/read/429594/8800651

txt 15.3.1程序判断滤波.txt

1限幅滤波 FILTTER1: MOV B,A CLR C SUBB A,SDAT JNC FTLTER1 CPL A INC A JUGFT1: SETB A SUBB A,#DELTY JNC JUGFT3 MOV A,SDAT RET JUGFT3: MOV A,B MOV SDAT,A
www.eeworm.com/read/429594/8800654

txt 15.3.5滑动平均滤波.txt

FILTER6: MOV A,7FH MOV B,#3 M1jL AB MOV DPTR,#2000H ADD A,DDL MOV DPL,A MOV A, R6 MOVX @DPTR,A INC DPTR MOV A, R2 MOVX @DPTR,A INC DPTR MOV A,R3 MOVX @DPTR
www.eeworm.com/read/285298/8852113

txt 15.3.4加权平均滤波.txt

FILTER5: CLR A MOV R3,A MOV R4,A MOV R7,N MOV R2,ADDPH MOV R1,ADDPL MOV DPTR,#QAVTAB QAVFT1: MOVC A,@A+DPTR MOV B,A MOVX A,@R1 INC DPTR INC R1 MUL