代码搜索结果

找到约 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

f06x_oscillator_capacitor.c

//----------------------------------------------------------------------------- // F06x_Oscillator_Capacitor.c //----------------------------------------------------------------------------- // Cop

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_jtag_bom.txt

AVR JTAG programmer-debugger Bill of materials Designator LibRef Description Footprint Comment Bolt K骴 C1 CAPSMD

netlist.y

%{ #include #include #include "component.h" extern char *yytext; extern FILE *yyin; %} %start netlist %token IDENTIFIER %token CAPACITOR %token INDUCTOR %

psph.m

% Parameters of single-phase induction motor for Project 6 of Chapter 6 Sb = 186.5; % 1/4 hp rating in VA Prated = 186.5; % 1/4 hp output power in W Vrated = 110; % rated rms voltage in V P =

m6.m

% M file for Project 6 on single-phase induction motor % in Chapter 6. It sets the machine parameters and % also plots the simulated results when used in conjunction % with SIMULINK file s6.m.

m2plot.m

% M-file for Exercise 2 % plots the result of the simulation gcf; subplot(3,1,1) plot(y(:,1),y(:,2)) title('source current') ylabel('iS in A') subplot(3,1,2) plot(y(:,1),y(:,3)) title('cap