代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/334767/12575757

c aa_hiresantialiasing.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/147096/12584938

m findmax2.m

function [gt,d]=findmax2(data, flag) %FINDMAX2 Interpolates the maxima in a matrix of data. % % Function used for returning all the maxima in a set of % data (matrices). The maxima are calculated
www.eeworm.com/read/248284/12585533

m p10_7.m

% Program 10_7 % Illustration of Sampling Rate Alteration by % a Ratio of Two Integers % clf; L = input('Up-sampling factor = '); M = input('Down-sampling factor = '); n = 0:29; x = sin(2*pi*0
www.eeworm.com/read/146903/12605098

sas 例8.4.2、例8.5.1.sas

proc factor data=sasuser.examp842 n=3 rotate=varimax out=out842; var x1-x10; run;
www.eeworm.com/read/146903/12605144

sas 习题8.5.sas

proc factor data=sasuser.exec85 n=5 rotate=varimax out=out831; var x1-x15; proc factor data=sasuser.exec85 n=5 priors=smc rotate=varimax; var x1-x15; proc factor data=sasuser.exec85 n=5 meth
www.eeworm.com/read/146903/12605157

sas 例8.3.1、例8.3.2、例8.3.3、例8.4.1.sas

proc factor data=sasuser.exec65 n=2 rotate=varimax out=out831; var x1-x8; proc factor data=sasuser.exec65 n=2 priors=smc rotate=varimax; var x1-x8; proc factor data=sasuser.exec65 n=2 method
www.eeworm.com/read/146903/12605186

sas 习题8.4.sas

proc factor data=sasuser.exec84 n=2 rotate=varimax out=out84; var x1-x5; proc factor data=sasuser.exec84 n=2 priors=smc preplot rotate=varimax plot; var x1-x5; proc factor data=sasuser.exec8
www.eeworm.com/read/146860/12607120

m tfrrmsc.m

function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K); %TFRRMSC Reassigned Morlet Scalogram time-frequency distribution. % [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE) % computes the Morlet scalogram and
www.eeworm.com/read/247634/12638585

m getsobol.m

function SobSeq = GetSobol(GenNumbers, x0, HowMany) Nbits = 20; factor = 2^Nbits; BitNumbers = GenNumbers * factor; SobSeq = zeros(HowMany + 1, 1); SobSeq(1) = fix(x0*factor); for i=1:HowMany
www.eeworm.com/read/247527/12652619

m updateparam.m

function [MeshSize,MeshContraction,how,deltaX,deltaF,scale,Iterate,X,Iter,infMessage] = ... updateparam(successPoll,successSearch,MeshAccelerator,RotatePattern,MaxMeshSize,minMesh,MeshExpans