代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/202805/5045398

h smallfilter.h

/* Included by resamplesubs.c */ #define SMALL_FILTER_NMULT ((RES_HWORD)13) #define SMALL_FILTER_SCALE 13128 /* Unity-gain scale factor */ #define SMALL_FILTER_NWING 1536 /* Filter table length */
www.eeworm.com/read/199525/5076233

entries

8 dir 1124 https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk/regression-testing/tests/multi-factor/truth https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder 2006-08-08T
www.eeworm.com/read/199525/5076332

entries

8 dir 1124 https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk/regression-testing/tests/nbest-multi-factor https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder 2006-11-20T
www.eeworm.com/read/344585/3208015

m llc.m

function mappedX = llc(X, neighbor, no_dims, R, Z, eig_impl) %LLC Runs the LLC algorithm (given information on the formed factor analyzers) % % mappedX = llc(X, k, no_dims, R, Z, eig_impl) % % Runs
www.eeworm.com/read/334933/3360474

m p10_6.m

% Program P10_6 % Illustration of Interpolation Process % clf; L = input('Up-sampling factor = '); % Generate the input sequence n = 0:49; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); % Generate
www.eeworm.com/read/315275/3621911

m improv_fac.m

function impr_of_np = improv_fac (np, pfa, pd) % This function computes the non-coherent integration improvment % factor using the empirical formula defind in Eq. (2.48) fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/315275/3621922

m improv_fac.m

function impr_of_np = improv_fac (np, pfa, pd) % This function computes the non-coherent integration improvment % factor using the empirical formula defind in Eq. (2.48) fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/315275/3622021

m improv_fac.m

function impr_of_np = improv_fac (np, pfa, pd) % This function computes the non-coherent integration improvment % factor using the empirical formula defind in Eq. (2.48) fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/305566/3771968

c rmo.c

/* RMO: $Revision: 1.3 $ ; $Date: 93/08/13 10:22:46 $ */ #include "cwp.h" #include "par.h" #define LOOKFAC 2 /* Look ahead factor for npfaro */ #define PFA_MAX 720720 /* Largest allowed nfft
www.eeworm.com/read/301474/3839574

m p10_6.m

% Program P10_6 % Illustration of Interpolation Process % clf; L = input('Up-sampling factor = '); % Generate the input sequence n = 0:49; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); % Generate