代码搜索结果
找到约 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
ad9851.net
[
C4
0805
103
]
[
C5
0805
104
]
[
C6
0805
104
]
[
C7
0805
103
]
[
C15
0805
104
]
[
C16
0805
104
]
[
C17
0805
47P
]
[
C18
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
getrc.bas
'-----------------------------------------------------------------------
' GETRC.BAS
' Retrieve resistor value
' Connect 10KOhm variable resistor from +5V to P1.7 for t
makefile
# Makefile for
# fastcap - capacitance calculation program
# busgen - bus crossing input file generator
# capgen - || plate capacitor input file generator
# cubegen - cubic capacitor input file ge
makefile.aix
# Makefile for
# fastcap - capacitance calculation program
# busgen - bus crossing input file generator
# capgen - || plate capacitor input file generator
# cubegen - cubic capacitor input file ge
makefile.dec
# Makefile for
# fastcap - capacitance calculation program
# busgen - bus crossing input file generator
# capgen - || plate capacitor input file generator
# cubegen - cubic capacitor input file ge