代码搜索:共模滤波

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

代码结果 10,000
www.eeworm.com/read/300009/13943721

m traindata.m

t=1; T=1; %卡尔曼滤波器的参数 infraredsampletime=[-1,0]; infraredinitstate=[0 0 10 10]; infraredinnum=6; infraredoutnum=22; infraredp0=eye(4); infraredH=[1 0 T 0 ;0 1 0 T;0 0 1 0 ;0 0 0 1 ]; infrare
www.eeworm.com/read/300009/13943724

m newdatatrain.m

clc; clear; t=1; T=1; %卡尔曼滤波器的参数 infraredsampletime=[-1,0]; infraredinitstate=[0 0 10 10]; infraredinnum=6; infraredoutnum=22; infraredp0=eye(4); infraredH=[1 0 T 0 ;0 1 0 T;0 0 1 0 ;0 0 0
www.eeworm.com/read/192685/8365653

txt 如何检测是否modem与网络相连.txt

在 检 测 之 后 , 应 该 使 用 PortOpen=False关 闭 Modem。 如 何 你 要 是 想 判 断 用 户 是 否 与 Internet相 连 也 可 以 这 样 做 : 将 下 面 的 代 码 加 入 一 个 模 块 : Public Const ERROR_SUCCESS = 0& Public Const APINUL
www.eeworm.com/read/192685/8366305

txt 如何实现类似“记事本”的“页面设置”.txt

记 事 本 实 际 是 调 用 了 Win32 API的 PageSetupDlg函 数 。 这 个 函 数 的 定 义 在 win32api.txt中 可 以 找 到 。 例 子 : 先 加 入 一 个 模 块 , 输 入 以 下 代 码 : Type POINTAPI x As Long y As Long End T
www.eeworm.com/read/187590/8622004

txt count4.txt

设计一个模为4的计数器,并在实验箱上用七段数码管显示结果 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity count40 is port(enable:in std_logic; clk:in std_logic; seg:out std_lo
www.eeworm.com/read/386126/8763384

c max1142.c

// MAX1142 模入芯片 14-Bit ADC, 200ksps, +5V Single-Supply // ICC V6.13 #include #include #include "COMMON.h" #define MAX1142_External_MODE 0xC0 // 只采集-12V-12V+外部时钟+24个脉冲
www.eeworm.com/read/385788/8788781

c usart.c

#include #include #define F_CPU 8 //8MHz时钟频率 #define delay_us(t_nus) __delay_cycles(t_nus*F_CPU) #define delay_ms(t_nms) __delay_cycles(t_nms*F_CPU*1000) /*USART1多机模
www.eeworm.com/read/284864/8886710

h object.h

/* 模 块: 图形对象模块. 功 能: 能够定义一个图形方块为对象并显示和隐藏,是所有图形对象的基类. 程序员: 雷中南. 版 本: v1.1 时 间: 1999-05-05 */ #ifndef _OBJECT #define _OBJECT #include "scrkeep.h" //对象类模块. class Object : public
www.eeworm.com/read/170371/9808733

txt readme.txt

一个漂亮的钟,它可以设置每日定时、只今天定时闹铃,每日定时提醒、到某日定时提醒。 还是一个动态显示时间的钟,跟手表一模一样! 作者:张德平 广东工业大学 ------------------ VB大世界(http://vbworld.sxnw.gov.cn)
www.eeworm.com/read/363799/9935762

m core_mode.m

%计算纤芯导模的传播常数与有效折射率 % equation:T*a1*J(1,T*a1)/J(0,T*a1)=tao*a1*K(1,tao*a1) /K(0,tao*a1) % % a1:radius of the core,a2:radius of the cladding (um) % T:transverse phase shift constant,tao:tra