代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/360606/10085150
m add_shunt_inductor.m
function Add_shunt_inductor(ind)
% this function adds a description of the shunt inductor connected to the
% rest of the network
%
% USAGE:
% Add_shunt_inductor(2.5e-9)
% |
www.eeworm.com/read/360606/10085205
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/10085218
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/10085235
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/10085273
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/10085276
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)
%
www.eeworm.com/read/360606/10085295
m add_shunt_inductor.m
function Add_shunt_inductor(ind)
% this function adds a description of the shunt inductor connected to the
% rest of the network
%
% USAGE:
% Add_shunt_inductor(2.5e-9)
% |
www.eeworm.com/read/358273/10193187
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/358273/10193192
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/358273/10193194
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)
%