代码搜索结果

找到约 2,917 项符合 Strip 的代码

strip.asv

%STRIP % Creates a dipole antenna (thin strip) in the xy-plane % % The following parameters need to be specified: % Strip width (along the x-axis) W % Strip length (along the y-a

strip.m

%STRIP % Creates a dipole antenna (thin strip) in the xy-plane % % The following parameters need to be specified: % Strip width (along the x-axis) W % Strip length (along the y-a

strip.asv

%STRIP % Creates a dipole antenna (thin strip) in the xy-plane % % The following parameters need to be specified: % Strip width (along the x-axis) W % Strip length (along the y-a

strip.m

%STRIP % Creates a dipole antenna (thin strip) in the xy-plane % % The following parameters need to be specified: % Strip width (along the x-axis) W % Strip length (along the y-a

strip.m

%STRIP Creates a dipole antenna (thin strip) in the % xz-plane (not the xy-plane as it was in Chapter 4!) % % The following parameters need to be specified: % % Strip width (along the x-ax

strip.m

function net = strip(net, tolerance) if nargin == 1 tolerance = 1e-12; end idx = find(abs(net.w) > tolerance); net.sv = net.sv(idx,:); net.w = net.w(idx);

strip.m

%STRIP % Creates a dipole antenna (thin strip) in the xy-plane % % The following parameters need to be specified: % Strip width (along the x-axis) W % Strip length (along the y-a

strip.m

%STRIP Creates a dipole antenna (thin strip) in the % xz-plane (not the xy-plane as it was in Chapter 4!) % % The following parameters need to be specified: % % Strip width (along the z-ax

strip.m

%STRIP Creates a dipole antenna (thin strip) in the % xz-plane (not the xy-plane as it was in Chapter 4!) % % The following parameters need to be specified: % % Strip width (along the x-ax

strip.m

%STRIP % Creates a dipole antenna (thin strip) in the xy-plane % % The following parameters need to be specified: % Strip width (along the x-axis) W % Strip length (along the y-a