代码搜索结果
找到约 454 项符合
Capacitor 的代码
makefile.other
# 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.mingw
# 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.5
# 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.4
# Makefile for
# fastcap - capacitance calculation program
# busgen - bus crossing input file generator
# capgen - || plate capacitor input file generator
# cubegen - cubic capacitor input file ge
2600 hertz single tone generator schematic.txt
2600 Hertz Single Tone Generator Schematic
-------------------------------------------
Parts: 555 timer I.C.
8 ohm speaker |
9 volt battery & connector
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
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 =
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
2600 hertz single tone generator schematic.txt
2600 Hertz Single Tone Generator Schematic
-------------------------------------------
Parts: 555 timer I.C.
8 ohm speaker |
9 volt battery & connector