代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/448815/7525299

m linecoords.m

% linecoords - returns the x y coordinates of positions along a line % % Usage: % [x,y] = linecoords(lines, imsize) % % Arguments: % lines - an array containing parameters of the line in %
www.eeworm.com/read/448815/7525305

m nonmaxsup.m

% NONMAXSUP % % Usage: % im = nonmaxsup(inimage, orient, radius); % % Function for performing non-maxima suppression on an image using an % orientation image. It is assumed that the orientat
www.eeworm.com/read/442927/7641752

m sgceval.m

function [computedClass, recogRate, hitIndex]=sgcEval(DS, classParam, plotOpt) % sgcTrain: Evaluation for single Gaussian classifier % Usage: [computedClass, recogRate, hitIndex]=sgcEval(DS, classPa
www.eeworm.com/read/442927/7641757

m knnr.m

function [computedOutput, combinedComputedOutput, nearestIndex, knnrMat] = knnr(DS, TS, k) % knnr: K-nearest neighbor rule for classification % Usage: % [computedOutput, combinedComputedOutput, nea
www.eeworm.com/read/442927/7641777

m gmmtrain.m

function [gmmParam, logProb] = gmmTrain(data, gaussianNumCovType, gmmTrainParam) % gmmTrain: Parameter training for gaussian mixture model (GMM) % Usage: function [gmmParam, logProb] = gmmTrain(data
www.eeworm.com/read/442927/7641786

m dtwfixedpoint.m

function [minDist, allDist, allPitchShift]=dtwFixedPoint(inputPitch, dbPitch, param, plotOpt) % dtwFixedPoint: Use of Picard iteration on finding the optimal pitch shift for DTW % Usage: [minDist, a
www.eeworm.com/read/442927/7641965

m gmminitparamset.m

function gmmParam=gmmInitParamSet(data, gaussianNum, covType, gmmTrainParam); % gmmParamSet: Set a set of initial parameters for GMM % Usage: gmmParam=gmmInitParamSet(data, gaussianNum, covType, gmm
www.eeworm.com/read/442927/7642032

m arrowplot.m

function arrowH = arrowPlot(beginPoint, endPoint, color) % arrowPlot: Plot an arrow on an existing plot % Usage: arrowH = arrowPlot(beingPoint, endPoint) % arrowH: Returned handle to the plotted a
www.eeworm.com/read/441429/7670495

m viewer.m

function []=viewer(filename) %VIEWER Visualizes the structure - all Chapters % Modification of Chapter 10: different antenna components % are shown using different colors % % Usage: vie
www.eeworm.com/read/440842/7680281

m to_llike.m

function like = to_llike(b,y,x,a) % PURPOSE: evaluate tobit log-likelihood % for left-censoring case (y