代码搜索结果
找到约 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
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
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
potread.asm
; PotRead - Read the Pot Values And Output a Pulse Showing What Was Read
;
; This Application Reads Resistance Values by Allowing a Capacitor
; Wired to a Pot to Charge and then Measure the T
potreada.asm
; PotReada - Read the Pot Values And Output a Pulse Showing What Was Read
;
; This Application Reads Resistance Values by Allowing a Capacitor
; Wired to a Pot to Charge and then Measure the
prog34.asm
; PROG34 - Testing the Decoupling Capacitor
;
; This Application "Marches" a series of LEDs Across P1 and P3 to Try and
; Force a Reset or Device Lock Up.
;
; Myke Predko
; 98.03.10
term.asm
; Digital thermometer with LCD display
; by Jarek Paluszynski
; jarekp@ict.pwr.wroc.pl
;
; Technical details:
;
; - thermistor with capacitor connected to RB2:
;
; o +5V
;