代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/380709/2653506
g output.g
set yrange [1680:1780]
set xlabel "Smoothing factor value"
set ylabel "Total goodput (KBps)"
set term postscript solid "Helvetica" 17
set output "alpha-goodput-final.ps"
plot "alpha.goodput-div" t "
www.eeworm.com/read/378914/2679304
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/373026/2767718
c mexsymbfct.c
/*
L = symfctmex(X, perm)
Computes sparse symbolic factor L.L, updated permutation L.perm,
super-node partition L.xsuper.
Invokes SPARSPAK-A (ANSI FORTRAN) RELEASE III,
by Joseph Liu (UN
www.eeworm.com/read/367917/2829133
logic primefactors.logic
member(X, [X | Rest]);
member(X, [Y | Rest]) :- member(X, Rest);
primes([2, 3, 5, 7, 11, 13]);
factor(X, P, Q) :-
primes(Primes), member(P, Primes),
member(Q, Primes), =(P*Q, X);
www.eeworm.com/read/160611/5568680
h fsmallfilter.h
/* Included by resamplesubs.c */
#define SMALL_FILTER_NMULT 13
#define SMALL_FILTER_SCALE 13128 /* Unity-gain scale factor */
#define SMALL_FILTER_NWING 1536 /* Filter table length */
static float SMA
www.eeworm.com/read/173932/9629511
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/173932/9629534
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/173932/9629737
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/415134/11083547
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/147764/12521327
dsp gain.dsp
.module/boot=3/boot=4 gain_calculation;
{ GAIN.DSP - Calculates the gain factor for a speech frame.
INPUT:
i0 -> speech frame
l0 = 0
OUTPUT:
sr1 = gain
F