代码搜索结果
找到约 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
avr_400_low_cost_ad_converter.asm
;**** A P P L I C A T I O N N O T E A V R 4 0 0 ************************
;*
;* Title: Low Cost A/D Converter
;* Version: 1.0
;* Last updated: 97.07.18
;* Target: AT90Sxxxx (All AVR Device
capacitor.dni
[Log file]
LoggingEnabled=_ 0
LogFile=_ ""
Category=_ 0
[Breakpoints]
Count=0
[TraceHelper]
Enabled=0
ShowSource=1
capacitor.ewp
1
Debug
AVR
capacitor.c
//ICC-AVR application builder : 2006-8-9 10:11:51
// Target : M32
// Crystal: 16.000Mhz
//#include
#include
#include
#include
//#include