代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/461237/7231453
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/461237/7231454
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
% fre
www.eeworm.com/read/461235/7231515
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/436618/7766889
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