代码搜索结果
找到约 8,431 项符合
RF 的代码
fig5_12.m
%
% This file computes the bandstop filter response
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
fig5_19.m
%
% This routine plots the first four Chebyshev polynomials
% in the normalized frequency range from -1 to 1
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theor
fig5_25.m
%
% Computation of attenuation profile for the lowpass filter obtained
% from the lowpass 3dB Chebyshev prototype
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design:
fig5_26.m
%
% Computation of attenuation profile for the highpass filter obtained
% from the lowpass 3dB Chebyshev prototype
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design:
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
fig2_28.m
%
% This file computes the input impedance of the
% short-circuit transmission line as described in Example 2.6
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Th
declare.bas
Attribute VB_Name = "mo_declare"
'******************通讯命令 Port Commands ******************************************************************
'打开串口 int WINAPI rf_init_com(int port,long baud);
Public De
fixjunk.pl
if ($#ARGV != 0) {
print("usage: perl crank.pl \n");
exit;
}
$proj = $ARGV[0];
system("rm -rf NEW\n");
system("mkdir NEW\n");
ex9_8.m
%
% In this example we plot the output matching network's
% constant gain circles as part of the amplifier design
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: