代码搜索结果
找到约 6,083 项符合
Circuit 的代码
06voltage and current in a practical circuit basic concepts of electricity.mht
From:
Subject: Voltage and current in a practical circuit : BASIC CONCEPTS OF ELECTRICITY
Date: Tue, 18 Nov 2008 11:34:55 +0800
MIME-Version: 1.0
Content-Type: m
p2-33.sp
* example_2.8 (03-27-2003) *
* transient analysis for rc circuit
*component list
r1 1 2 1k
r2 2 3 1k
r3 3 4 1k
r4 4 0 1k
c1
p2-33.sp
* example_2.8 (03-27-2003) *
* transient analysis for rc circuit
*component list
r1 1 2 1k
r2 2 3 1k
r3 3 4 1k
r4 4 0 1k
c1
c6ex2.m
% MATLAB symbolic toolbox solution for voltage vL2 in
% Example 5-2 after open circuit occurs
%
VL2 = sym('5*s*30*(s+1/3)/(s*(s+1/2))-200');
VL2_P = diff(int(VL2))
vL2 = ilaplace(VL2)