代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/168118/9937678
m aec.m
function trout=aec(trin,t,op_length,trip)
% trout=aec(trin,t,op_length,trip)
% trout=aec(trin,t,op_length)
%
% AEC performs and automatic amplitude adjustment:
% Method:
% 1) Compute Hilbe
www.eeworm.com/read/165865/10048384
java facetracker.java
package visage_v3_2;
/*Autor: Adel Restom adel_restom@yahoo.com*/
import java.awt.*;
import java.awt.image.*;
import org.generation5.vision.LineHoughTransformOp;
/*
This class performs t
www.eeworm.com/read/357616/10205024
m phsrot.m
function trout=phsrot2(trin,theta)
% PHSROT2 Constant-phase rotate a trace
% trout=phsrot2(trin,theta)
%
% PHSROT2 performs a constant phase rotation of the input trace
% through an angle of thet
www.eeworm.com/read/280633/10301776
m sarrw.m
function [k,mu,M,match,aRW,rRW] = sarRW(match,aRW,rRW,k,mu,M,x,y,t,criterion,bFunction,sWalk,walk);
% PURPOSE : Performs the random walk move of the reversible jump MCMC simulated annealing.
% INPU
www.eeworm.com/read/424101/10492499
m backw.m
% function backw performs backward selection
function [nc,rispmax,compmax,cc,maxrisp,libb]=backw(r,cr,crom,resp,numvar,cc,dataset,y,aut,ng,maxcomp,maxrisp,libb,mxi,sxi,myi,syi,el);
% verifying the l
www.eeworm.com/read/424063/10501265
m sfuntf.m
function [sys, x0] = sfuntf(t,x,u,flag,fftpts,npts,HowOften,offset,ts,averaging)
%SFUNTF an S-function which performs transfer function analysis using ffts.
%
% This M-file is designed to be used
www.eeworm.com/read/424063/10501283
m sfuncorr.m
function [sys, x0] = sfuncorr(t,x,u,flag,npts,HowOften,offset,ts,cross,biased)
%SFUNCORR an S-function which performs auto- and cross-correlation.
%
% This M-file is designed to be used in a SIMU
www.eeworm.com/read/274807/10851491
java parcel8.java
//: c08:Parcel8.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// An anonymous inner class that performs
// initialization.
www.eeworm.com/read/146545/6956190
m space.m
function data_enc = space(data,dlt,slt,varargin)
%SPACE Space-time channel encoder
% Q = SPACE(D,DLT,SLT) performs the data (D) encoding based on the DLT
% and SLT look-up tables. The tables for
www.eeworm.com/read/466142/7039609
m dist_transform_1d.m
function [out,loc]=dist_transform_1d(cost_function,size_x)
%% Performs a 1-D distance transform
%% based on the pseudo-code provided in
%% Felzenszwalb, P. and Huttenlocher, D. "Pictorial Structur