代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/449298/7509096

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/449298/7509097

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/448815/7525302

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
www.eeworm.com/read/448815/7525306

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/445694/7591885

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/444595/7611164

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/440025/7695727

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/439722/7702489

asv zigzagmtx2vector.asv

%-------------------------------------------------------------------------- %This function performs zigzag scan on a given 2D block. % Input Arguments: inputMtx = 2D matrix, should e square matrix
www.eeworm.com/read/439722/7702490

m vector2zigzagmtx.m

%-------------------------------------------------------------------------- %This function performs zigzag scan on a given 2D block. % Input Arguments: inputMtx = 1D vector, should e square matrix
www.eeworm.com/read/436995/7757330

m tgdecef.m

% tgdecef.m % Scope: This MATLAB macro performs the transformation from geodetic to % ECEF coordinates for a given position; WGS-84 constants are used. % U