代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/412239/11208792
v armcontroller.v
//////////////////////////////////////////////////
// //
// ARM Controller Mixed Model //
// Revision History
www.eeworm.com/read/237777/13931396
m ex040900.m
% 第四章 例4.9:
% 检查留数函数 rf2pfez and pfe2rfz
%
b = 1; a = poly([0.9,0.9,-0.9])
[R,p,c] = residuez(b,a)
www.eeworm.com/read/190256/8446147
txt spar_short.txt
Simulink/MATLAB S-Parameter Examples
Measurement Hardware $ cd ..\8505A_control; show8505a;
RF Network Analyzer Control / Calibration
www.eeworm.com/read/378341/9236385
h hardef.h
** hardef.h
** Tango 3 I/O assignments
Band EQU 0 ; pb0
Enable EQU 1 ; pb1
DATA_RF EQU 2 ; pb2
UP_CLOCK EQU 3 ; pb3
M
www.eeworm.com/read/176732/9485770
lnp watercollect.lnp
"STARTUP.obj",
"conditions.obj",
"i2c.obj",
"init.obj",
"main.obj",
"process.obj",
"Rec_Analysis.obj",
"save_rf.obj",
"scan.obj",
"serial.obj",
"time.obj"
TO "watercollect"
RAMSIZE(256)
www.eeworm.com/read/360606/10085132
m add_shunt_capacitor.m
function Add_shunt_capacitor(cap)
% this function adds a description of the shunt capacitor connected to the
% rest of the network
%
% USAGE:
% Add_shunt_capacitor(2.5e-12)
%
www.eeworm.com/read/360606/10085139
m add_shunt_impedance.m
function Add_shunt_impedance(imp)
% this function adds a description of the constant impedance connected to the
% rest of the network in shunt configuration
%
% USAGE:
% Add_shunt_impedance(25+j*
www.eeworm.com/read/360606/10085143
m add_series_impedance.m
function Add_series_impedance(imp)
% this function adds a description of the constant impedance connected to the
% rest of the network in series
%
% USAGE:
% Add_series_impedance(25+j*30)
%
www.eeworm.com/read/360606/10085144
m add_series_inductor.m
function Add_series_inductor(ind)
% this function adds a description of the series inductor connected to the
% rest of the network
%
% USAGE:
% Add_series_inductor(2.5e-9)
%
www.eeworm.com/read/360606/10085145
m add_series_capacitor.m
function Add_series_capacitor(cap)
% this function adds a description of the series capacitor connected to the
% rest of the network
%
% USAGE:
% Add_series_capacitor(2.5e-12)
%