代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/246623/12716884
m singlemtpathgain.m
function [SAindex,G]=singleMTpathgain(KSM, KA, KS, r, NF, alpha1, hotspotfactor)
% KA: number of APs per SA
% KS: number of SAs (square number)
% r: reuse factor
% H: channel transfer function mat
www.eeworm.com/read/328346/13032718
m dampsinf.m
function v = dampsinf(w,wn,z)
%Generate Damped sine wave spectrum
%dampsin (w,wn,z)
% w = angular frequency
% wn = Natural frequency
% z = damping factor
% this gives unit dc component
v=(wn.^
www.eeworm.com/read/328346/13032777
m dampsinf.m
function v = dampsinf(w,wn,z)
%Generate Damped sine wave spectrum
%dampsin (w,wn,z)
% w = angular frequency
% wn = Natural frequency
% z = damping factor
% this gives unit dc component
v=(wn.^
www.eeworm.com/read/241364/13150501
tst fullname.tst
CREATE OR REPLACE PROCEDURE test_fullname (
counter IN INTEGER
, empno_in IN emp.empno%TYPE := 7788
)
IS
l_name fullname_pkg.fullname_t;
BEGIN
PLVtmr.set_factor (counter);
PLVtmr.
www.eeworm.com/read/140847/5779114
m ffa.m
% function [L,Ph,LL]=ffa(X,K,cyc,tol);
%
% Fast Maximum Likelihood Factor Analysis using EM
%
% X - data matrix
% K - number of factors
% cyc - maximum number of cycles of EM (default 100)
% tol - te
www.eeworm.com/read/136989/5838666
conf svc.conf
#
# svc.conf,v 1.1 2003/06/18 22:21:42 dengg Exp
#
static Advanced_Resource_Factory "-ORBReactorType select_mt -ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
static Client_Strategy_Factor
www.eeworm.com/read/133943/5897300
m ffa.m
% function [L,Ph,LL]=ffa(X,K,cyc,tol);
%
% Fast Maximum Likelihood Factor Analysis using EM
%
% X - data matrix
% K - number of factors
% cyc - maximum number of cycles of EM (default 100)
% tol - te
www.eeworm.com/read/264747/11302923
m prog9b3.m
%
% m-file to illustrate simple interpolation and
% decimation operations (Program 9B.2, p644).
% File name: prog9b3.m
% An Illustration of sampling rate changes using upfirdn by a factor of
www.eeworm.com/read/264747/11302940
txt prog9b2.txt
%
% m-file to illustrate simple interpolation and
% decimation operations (Program 9B.2, p644).
% File name: prog9b2.m
% An Illustration of sampling rate changes using upfirdn by a factor of
www.eeworm.com/read/347943/11626492
c blkchol.c
/*
% [L.L, L.d, skip, diagadd] = blkchol(L,ADA [,pars [,absd]])
% BLKCHOL Computes sparse lower-triangular Cholesky factor L,
% L*L' = P(perm,perm)
% Input Parameter L is ty