代码搜索结果

找到约 5,955 项符合 Circuit 的代码

k_factor.m

function [k,delta] = K_factor(s_param) % Usage: [k,delta] = K_factor(s_param) % % Purpose: returns k factor for a given s-parameter matrix % if k>1 and delta

ex2_7.m

% % This file computes an input impedance of an % open-circuit line as described in Example 2.7 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory and Practic

ex2_6.m

% % This file computes the input impedance of the % short-circuit line as described in Example 2.6 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory and Prac

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)

例9-12 .m

I = imread('circuit.tif'); I2 = imcrop(I,[75 68 90 112]); imview(I) imview(I2)

k_factor.m

function [k,delta] = K_factor(s_param) % Usage: [k,delta] = K_factor(s_param) % % Purpose: returns k factor for a given s-parameter matrix % if k>1 and delta

circuit.ps

%!PS-Adobe-3.0 EPSF-3.0 %%Title: circuit %%Creator: Xcircuit v2.3 %%CreationDate: Sun Nov 10 18:22:53 2002 %%Pages: 1 %%BoundingBox: 68 68 1087 671 %%DocumentNeededResources: font Helvetica font Times

ex1_5.cir

Ex1_5.CIR - Thevenin equivalent circuit .PARAM V1value=0V I2value=0A Idpvalue=1A V1 1 0 DC {V1value} R1 1 2 1ohm I2 0 2 DC {I2value} R2 2 0 3ohm R3 2 3 5ohm G3 2 3 (1,0) 0.1 ; Voltage-con

prb1_29.cir

Prob1_29.CIR Bridge circuit Vb 1 0 DC 20V R1 1 2 1ohm R2 2 0 2ohm R3 1 3 3ohm R4 3 0 4ohm RL 2 3 10ohm .DC Vb 20V 20V 1 .PRINT DC V(2,3) .END