代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/436805/7762351
cpp randomrestart.cpp
#include "Problem.h"
#include "Solution.h"
#include "orOpt.h"
#include "Control_fr.h"
#include "Random.h"
#include "farthestInsertion.h"
/*
randomRestart.cpp
Program which performs orOpt
www.eeworm.com/read/136754/13362483
m wsss1.m
function sy = wsss1(an,sl,sh)
%sy = wsss1(an,lpf,hpf) performs a one level reconstruction of a
%1 level DWT, an, using whole sample symmetric (WSS) synthesis filters
%lpf and hpf. The resultant s
www.eeworm.com/read/136754/13362516
m bianal2.m
function bian=bianal2(data,lpf,hpf)
%bianal2(data,lpf,hpf) performs a 1 level analysis
%on the data using the filter bank defined by lpf and
%hpf. lpf and hpf are assumed to be HSS and so the
%e
www.eeworm.com/read/136754/13362551
m hsss1.m
function sy = hsss1(an,sl,sh)
%sy = hsss1(an,lpf,hpf) performs a one level reconstruction of a
%1 level DWT, an, using half sample symmetric (HSS) synthesis filters
%lpf and hpf. The resultant sy
www.eeworm.com/read/310212/13655027
m dilate.m
function cout = dilate(varargin)
%DILATE Perform dilation on binary image.
% BW2 = DILATE(BW1,SE) performs dilation on the binary image
% BW1, using the binary structuring element SE. SE is a
www.eeworm.com/read/301959/13845498
m prep2d_appe.m
function fp=prep2D_appe(f,pflt)
%fp=prep2D_appe(f,pflt)
%
% This function performs critically sampled preprocessing of given
% 2-dimensional signal. Boundaries are handled by periodic extension
www.eeworm.com/read/301959/13845505
m prep1d_appe.m
function fp=prep1D_appe(f,pflt)
%fp=prep1D_appe(f,pflt)
%
% This function performs critically sampled preprocessing of given
% 1-dimensional signal. Boundaries are handled by periodic extension
www.eeworm.com/read/147682/5728086
m asptmcfxlms.m
% [w,y,e,p,fx] = asptmcfxlms(w,x,y,s,se,d,fx,p,mu,b)
%
% Performs filtering and coefficient update using the
% Multichannel Filtered-X Least Mean Squares (MCFXLMS) algorithm
% (also k
www.eeworm.com/read/147682/5728088
m asptsharf.m
% [w,u,y,e,Px,Py] = asptsharf(N,M,w,u,x,d,e,c,mu,Px,Py)
%
% Performs filtering and coefficient update using the
% Simple Hyperstable Adaptive Recursive Filter (SHARF)
% algorithm. The f
www.eeworm.com/read/147682/5728124
m asptfxlms.m
% [w,y,e,p,fx] = asptfxlms(w,x,y,s,se,d,fx,p,mu,b)
%
% Performs filtering and coefficient update using the
% Filtered-x Least Mean Squares (FXLMS) Adaptive algorithm
% for use in Acti