代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/413611/11149856
m acquisition-trial.m
function acqResults = acquisition(longSignal, settings)
%Function performs cold start acquisition on the collected "data". It
%searches for GPS signals of all satellites, which are listed in field
www.eeworm.com/read/413605/11149920
m acquisition.m
function acqResults = acquisition(longSignal, settings)
%Function performs cold start acquisition on the collected "data". It
%searches for GPS signals of all satellites, which are listed in field
www.eeworm.com/read/413376/11158300
m acquisition.m
function acqResults = acquisition(longSignal, settings)
%Function performs cold start acquisition on the collected "data". It
%searches for GPS signals of all satellites, which are listed in field
www.eeworm.com/read/247722/12626146
bas modpluginshandling.bas
Attribute VB_Name = "modPluginsHandling"
'atk 4#
' This module reads the plugin, performs the parsing and writes the result
' in the global variables.
Option Explicit
www.eeworm.com/read/236667/14003518
m systematicr.m
function outIndex = systematicR(inIndex,wn);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses the
% systematic sampling scheme o
www.eeworm.com/read/132772/14073878
c fir.c
/*******************************************************************
* FIR - This C function performs FIR filtering operation as:
* ntap-1
* y(n) = sum wi * x(n-i)
* i=0
*
www.eeworm.com/read/202257/15387509
m systematicr.m
function outIndex = systematicR(inIndex,wn);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses the
% systematic sampling scheme o
www.eeworm.com/read/202249/15387574
m deterministicr.m
function outIndex = deterministicR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Kitagawa's
% deterministic resampli
www.eeworm.com/read/291812/8394037
m multinomialr.m
function outIndex = multinomialR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps.
% INPUTS : - inIndex = Input particle indices.
%
www.eeworm.com/read/291812/8394041
m residualr.m
function outIndex = residualR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Liu's
% residual resampling algorithm