代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/356183/10235326
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/356183/10235338
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/356183/10235460
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/424538/10440165
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/160929/10469764
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/351061/10684421
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/418151/10964269
m bplogsmooth.m
function [f,p] = bplogsmooth(X,tbin,f0)
% Smooth the fft, X, and convert it to dB.
% Use 8 bins from the bin corresponding to f0 to tbin and again as far.
% Thereafter increase bin sizes by a factor
www.eeworm.com/read/417058/11005203
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/468647/6986195
m up.m
function y = up(x,M,FLAG)
% y = up(x,M); Upsample x by M
%
% Input: x - input signal
% M - upsampling factor
% FLAG - 0/1, 0-dont append zeros, 1-append zeros so that
%
www.eeworm.com/read/467764/7001001
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. (4.54)
fact1 = 1.0 + log10( 1.0 /