代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/349646/10809934
m extend_domain_table.m
function B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz)
% EXTEND_DOMAIN_TABLE Expand an array so it has the desired size.
% B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz)
www.eeworm.com/read/469416/6976321
m extend_domain_table.m
function B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz)
% EXTEND_DOMAIN_TABLE Expand an array so it has the desired size.
% B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz)
www.eeworm.com/read/461243/7231162
m calculate_domain_size.m
disp('calculating the number of cells in the problem space');
number_of_spheres = size(spheres,2);
number_of_bricks = size(bricks,2);
number_of_thin_wires = size(thin_wires,2);
% find the mi
www.eeworm.com/read/461241/7231193
m calculate_domain_size.m
disp('calculating the number of cells in the problem space');
number_of_spheres = size(spheres,2);
number_of_bricks = size(bricks,2);
% find the minimum and maximum coordinates of a
% box en
www.eeworm.com/read/461240/7231244
m frequency_to_time_domain.m
function [x] = frequency_to_time_domain(X, df, time_array)
% X : array including the sampled values at discrete frequency steps
% df : sampling period in frequency domain
% time_array : list of ti
www.eeworm.com/read/461240/7231245
m time_to_frequency_domain.m
function [X] = time_to_frequency_domain(x, dt, frequency_array, time_shift)
% x : array including the sampled values at discrete time steps
% dt : sampling period, duration of an FDTD time step
%