代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/459795/7264642

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/458360/7298571

h common.h

/* @(#) common.h 1.2 1/27/86 17:46:34 */ /*ident "@(#)cfront:incl/common.h 1.2"*/ class istream; class ostream; struct common { virtual int cmp(common& oo) { return this==&oo; } /* cmp performs a
www.eeworm.com/read/445967/7587095

m prep2d_rr.m

function fp=prep2D_rr(f,flt) %fp=prep2D_rr(f,flt) % % This function performs oversampled ("repeated row") preprocessing of % given 2-dimensional signal. For description of the algorithm see [S
www.eeworm.com/read/445967/7587108

m prep1d_rr.m

function fp=prep1D_rr(f,flt) %fp=prep1D_rr(f,flt) % % This function performs oversampled ("repeated row") preprocessing of given % 1-dimensional signal. For description of the algorithm see [S
www.eeworm.com/read/436895/7759273

m arithmetic.m

%Question No:1 %Write a MATLAB function which performs the four arithmetic operations %between two images. function arithmetic(x,y) a=imread(x); b=imread(y); a=im2double(a); b=im2double(b);
www.eeworm.com/read/196569/8074596

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/244800/12843026

m out_of_sample_est.m

function t_points = out_of_sample_est(points, X, mappedX) %TRANSFORM_SAMPLE_EST Performs out-of-sample extension using estimation technique % % t_points = out_of_sample_est(points, X, mappedX) %
www.eeworm.com/read/142728/12929593

m ica_adatap.m

function [S,A,loglikelihood,Sigma,chi,exitflag]=ica_adatap(X,prior,par,draw); % ICA_ADATAP Mean field independent component analysis (ICA) % [S,A,LL,SIGMA,CHI,EXITFLAG]=ICA_ADATAP(X) performs lin
www.eeworm.com/read/310556/13649246

h common.h

/* @(#) common.h 1.2 1/27/86 17:46:34 */ /*ident "@(#)cfront:incl/common.h 1.2"*/ class istream; class ostream; struct common { virtual int cmp(common& oo) { return this==&oo; } /* cmp performs a
www.eeworm.com/read/310212/13655055

m erode.m

function cout = erode(varargin) %ERODE Perform erosion on binary image. % BW2 = ERODE(BW1,SE) performs erosion on the binary image % BW1 using the binary structuring element SE. SE is a matrix