代码搜索结果
找到约 454 项符合
Capacitor 的代码
exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
cc2430db_partlist_1_4.rep
PART LIST
==========================
Ref. Description Value
B1 Mounting clips for 1 AA 1.5 V 1
cc2430db_bom_1_4.rep
--------------------------------------------------------------------------------
Parts List
CADSTAR Design Editor Version 8.0.0.5
Design:
ch3_2.txt
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
pcb.bom
Bill of Material for PCB.PcbDoc
On 2007-5-13 at 20:14:58
Comment Pattern Quantity Components
------------------------------------------------------------------------------
.1U
pcb.csv
"Bill of Material for PCB.PcbDoc"
"On 2007-5-13 at 20:15:01"
"Comment","Pattern","Quantity","Components"
".1UF","C0603","51","C1, C2, C3, C4, C5, C6, C7, C8, C9, C10, C11, C12, C13, C14, C15, C
ad9851.net
[
C4
0805
103
]
[
C5
0805
104
]
[
C6
0805
104
]
[
C7
0805
103
]
[
C15
0805
104
]
[
C16
0805
104
]
[
C17
0805
47P
]
[
C18
drawcap.m
function dr = drawc(c,d,f,n,t,p,s,F,dc)
% drawc.m Draw capacitor
% 1:33 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02