代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/163324/10166070
m c21l3.m
n=0;
VC=4000.;
XNT=32.2;
XNP=3.;
XNCLIM=99999.;
%for X=.1:.1:4
%Number of runs reduced by factor of 2.5 to get acceptable running times
for X=.25:.25:4
if X
www.eeworm.com/read/163324/10166108
m c21l1.m
XNP=3.;
TAU=1.;
XNT=193.2;
W=3.;
n=0;
%for RT1IC=500:500:40000
%Number of runs reduced by factor of 4 to get acceptable running times
for RT1IC=2000:2000:40000
VM=3000.
www.eeworm.com/read/160929/10469782
m p10_5.m
% Program P10_5
% Illustration of Decimation Process
%
clf;
M = input('Down-sampling factor = ');
n = 0:99;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
y = decimate(x,M,'fir');
subplot(2,1,1);
www.eeworm.com/read/418151/10964443
m dsexpand.m
function [sp, op] = dsexpand(s,c,k,n,o)
%function [sp, op] = dsexpand(s,c,k,n,o). Expand points s outward from c
%by a factor 1+k and update the offsets associated with normals n.
shift = c(:,ones(1,s
www.eeworm.com/read/271693/10983591
m res_ue_sinr_cdf.m
% CDF of UE sinr per block
function [result,fileidx] = res_ue_sinr_CDF(test_resource_allocation_idx,UE,MIMO,loaddir,result,fileidx,av_factor,Comm_conf)
filename = ['RA',num2str(test_resource_allocatio
www.eeworm.com/read/467355/7010627
h link.h
# include
# include
# include
# include
# include
# define TRUE 1
# define FALSE 0
# define VDW_1_4_FACTOR 0.50
# define VDW_DIST_CUTOFF 8.00
www.eeworm.com/read/467355/7010834
h grow.h
# include
# include
# include
# include
# include
# define TRUE 1
# define FALSE 0
# define VDW_1_4_FACTOR 0.50
# define VDW_DIST_CUTOFF 8.00
www.eeworm.com/read/439446/7708595
m p10_5.m
% Program P10_5
% Illustration of Decimation Process
%
clf;
M = input('Down-sampling factor = ');
n = 0:99;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
y = decimate(x,M,'fir');
subplot(2,1,1);
www.eeworm.com/read/333524/12677690
m dsexpand.m
function [sp, op] = dsexpand(s,c,k,n,o)
%function [sp, op] = dsexpand(s,c,k,n,o). Expand points s outward from c
%by a factor 1+k and update the offsets associated with normals n.
shift = c(:,ones(1,s
www.eeworm.com/read/300970/13873993
m eyediag.m
% eyediag.m plot eye diagrams for pulse shape ps
N=1000; m=pam(N,2,1); % random signal of length N
M=20; mup=zeros(1,N*M); mup(1:M:end)=m; % oversampling by factor of M
ps=hamming(M)