代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/228508/14381154

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/227522/14421635

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 frequenc
www.eeworm.com/read/223154/14652411

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 fr
www.eeworm.com/read/218562/14915462

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/217404/14966048

m mregress.m

function [Coefficients, S_err, XTXI, R_sq, F_val, Coef_stats, Y_hat, residuals, covariance]=mregress(Y, X, INTCPT) % MREGRESS Performs multiple linear regression analysis of X (independent) on Y (de
www.eeworm.com/read/217195/14974080

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/210916/15189957

m plsqr.m

function [X,rho,eta,F] = plsqr(A,L,W,b,k,reorth,sm) %PLSQR "Preconditioned" version of the LSQR Lanczos bidiagonalization algorithm. % % [X,rho,eta,F] = plsqr(A,L,W,b,k,reorth,sm) % % Performs k steps
www.eeworm.com/read/206149/15299459

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/205816/15306148

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/13871/284219

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