代码搜索结果

找到约 516 项符合 Capacitor 的代码

omatchs.m

% OMATCHS Provides the gamma rod length in meters and the series % capacitor value in pF for a omega matching structure. % % [LG, CS] = OMATCHS(L,A,D,F,CP,ZD) % % L i

ex8_7.m

% % This program generates an impedance transformation % plot in the Smith Chart and finds the input impedance of the % matching network as a function of the shunt capacitance position %

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

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

configurabledcconverter.m

%% Configurable Simulink Model for DC-DC Converters % %% DC-DC Converters % There are three kinds of switching mode DC-DC converters, buck, boost and % buck-boost. The buck mode is used to reduc

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

rlc.m

clc; clear all; close all; V0=7; %the power sources peak voltage C=2.2*10^-6; %the capacity of the capacitor in Farads (2.2 uF) L=0.01; %The coils inductance in Henries (10mH). fr=sqrt(1/(4*p

dvm.lst

MCS-51 MACRO ASSEMBLER DVM 07/31/95 PAGE 1 DOS 5.0 (038-N) MCS-51 MACRO ASSEMBLER, V2.3 OBJECT MODULE PLACED IN DVM

captemp.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* */ /* load the capacitor structure with those pointers nee

capdefs.h

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ #ifndef CAP #define CAP #include "ifsim.h" #include "complex.h"