代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/255284/12090261
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/255284/12090565
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/151143/12232717
m s_exp_scaling.m
function [seismic,aux]=s_exp_scaling(seismic,varargin)
% Function applies an exponential scale factor to each trace of "seismic'.
% s(t) ==> exp(-c*t)*s(t)
% Written by: E. R.: January 9, 2004
% L
www.eeworm.com/read/253008/12250860
m start.m
function [N, K,tail ] = start(nCode, ch_mode,I_label,S_label,cols)
%
%
% nCode = spreading factor
% ch_mode = mode indicating the channel coding scheme
% 1 = Convolutional coding with ratio 1/3 a
www.eeworm.com/read/338523/12295954
asv ga_gen_fp43.asv
function PI=GA_gen_fp43(chro)
% (Minimize) Fitness function evaluation
% chro is the array transfered from GA for optimization.
% PenChen Chou, 2003-3-12
global MIN_offset MUL_factor
% Fitne
www.eeworm.com/read/150163/12308032
m start.m
function [N, K,tail ] = start(nCode, ch_mode,I_label,S_label,cols)
%
%
% nCode = spreading factor
% ch_mode = mode indicating the channel coding scheme
% 1 = Convolutional coding with ratio 1/3 a
www.eeworm.com/read/227499/14422050
m start.m
function [N, K,tail ] = start(nCode, ch_mode,I_label,S_label,cols)
%
%
% nCode = spreading factor
% ch_mode = mode indicating the channel coding scheme
% 1 = Convolutional coding with ratio 1/3 a
www.eeworm.com/read/218361/14925595
m fft_filt_2.m
function FI=fft_filt_2(V,FB,sf);
% FI=fft_filt_2(V,FB,sf);
% fft-based filtering
% requires image to be called "V"
% and filters to be in FB
% sf is the subsampling factor
%
% FI is the result
% Jianb
www.eeworm.com/read/457216/1599785
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/202805/5045392
h largefilter.h
/* Included by resamplesubs.c */
#define LARGE_FILTER_NMULT ((RES_HWORD)65)
#define LARGE_FILTER_SCALE 14746 /* Unity-gain scale factor */
#define LARGE_FILTER_NWING 8192 /* Filter table length */