代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/147682/5728170

m asptvsslms.m

% [w,g,mu,y,e]= asptvsslms(x,w,g,d,mu,roh,ssa,mu_min,mu_max) % % Performs filtering and coefficient update using the % Variable Step Size LMS Adaptive algorithm. % % Input Parameters [Size
www.eeworm.com/read/126641/6015317

pl sha1-586.pl

#!/usr/local/bin/perl # It was noted that Intel IA-32 C compiler generates code which # performs ~30% *faster* on P4 CPU than original *hand-coded* # SHA1 assembler implementation. To address this pr
www.eeworm.com/read/488296/6491652

asv fwt_5scales.asv

%This function performs the fast wavelet transform in 5 scales. [Lo_d,Hi_d]=wfilters ('db1','d'); %decomposition filters for the fwt algorithm ('gaus'?) %a=1:1:128; S=zeros(128,19); S(:,19)
www.eeworm.com/read/259396/11795836

pl sha1-586.pl

#!/usr/local/bin/perl # It was noted that Intel IA-32 C compiler generates code which # performs ~30% *faster* on P4 CPU than original *hand-coded* # SHA1 assembler implementation. To address this pr
www.eeworm.com/read/155919/11838379

m cp0602_link_budget.m

% % FUNCTION 6.2 : "cp0602_link_budget" % % Link budget for M-PAM and M-PPM UWB signals % % The function performs the link budget for an M-PAM and an % M-PPM UWB signal for M = {2, 4, 8} and plo
www.eeworm.com/read/343762/11928646

m histo3.m

function [R,tix]=histo3(Y) % HISTO3 calculates histogram and performs data compression % % R = HISTO3(Y) % R is a struct with th fields % R.X are the bin-values % R.H is the frequen
www.eeworm.com/read/153966/11997617

m func_mywaverec2.m

function x = func_Mywaverec2(c,s,varargin) %WAVEREC2 Multilevel 2-D wavelet reconstruction. % WAVEREC2 performs a multilevel 2-D wavelet reconstruction % using either a specific wavelet ('wnam
www.eeworm.com/read/342325/12027646

m func_mywaverec2.m

function x = func_Mywaverec2(c,s,varargin) %WAVEREC2 Multilevel 2-D wavelet reconstruction. % WAVEREC2 performs a multilevel 2-D wavelet reconstruction % using either a specific wavelet ('wnam
www.eeworm.com/read/340471/12155718

m ighmap2.m

function a=ighmap2(b) %IGHMAP2 Single-level inverse discrete 2-D multiwavelet transform. % IGHMAP performs a single-level 2-D multiwavelet reconstruction % using GHM multiwavelet with four mult
www.eeworm.com/read/150225/12304108

m multinomrnd.m

function [y,p_avg,p_std]=multinomrnd(p,m,n) %Performs random sampling from a binomial distribution % % [y]=multinomrnd(p,m,n) % where p=1-by-k vector of probabilities of occurrence % n=sample s