代码搜索:performs

找到约 4,693 项符合「performs」的源代码

代码结果 4,693
www.eeworm.com/read/436899/7759243

m tracking.m

function [trackResults, channel]= tracking(fid, channel, settings) % Performs code and carrier tracking for all channels. % %[trackResults, channel] = tracking(fid, channel, settings) % % Input
www.eeworm.com/read/436736/7762996

m tournselect.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop -
www.eeworm.com/read/436383/7770944

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/436383/7770945

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
www.eeworm.com/read/436271/7773126

m select.m

% SELECT.M (universal SELECTion) % % This function performs universal selection. The function handles % multiple populations and calls the low level selection function % for the actual se
www.eeworm.com/read/436271/7773138

m recdis.m

% RECDIS.M (RECombination DIScrete) % % This function performs discret recombination between pairs of individuals % and returns the new individuals after mating. % % Syntax: NewChrom = rec
www.eeworm.com/read/436271/7773172

m sus.m

% SUS.M (Stochastic Universal Sampling) % % This function performs selection with STOCHASTIC UNIVERSAL SAMPLING. % % Syntax: NewChrIx = sus(FitnV, Nsel) % % Input parameters: % Fit
www.eeworm.com/read/436271/7773178

m migrate.m

% MIGRATE.M (MIGRATion of individuals between subpopulations) % % This function performs migration of individuals. % % Syntax: [Chrom, ObjV] = migrate(Chrom, SUBPOP, MigOpt, ObjV) % % Inpu
www.eeworm.com/read/436037/7778578

m normaliseiris.m

% normaliseiris - performs normalisation of the iris region by % unwraping the circular region into a rectangular block of % constant dimensions. % % Usage: % [polar_array, polar_noise] = normal
www.eeworm.com/read/436037/7778584

m houghcircle.m

% houghcircle - takes an edge map image, and performs the Hough transform % for finding circles in the image. % % Usage: % h = houghcircle(edgeim, rmin, rmax) % % Arguments: % edgeim - the edge