代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/197565/7985923
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/196832/8055345
m multinom.m
function [y,p_avg,p_std]=multinom(p,m,n)
%Performs random sampling from a binomial distribution
%
% [y]=multinom(p,m,n)
% where p=1-by-k vector of probabilities of occurrence
% n=sample size
%
www.eeworm.com/read/142854/12913671
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/240990/13180526
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/310212/13655113
m medfilt2.m
function b = medfilt2(varargin)
%MEDFILT2 Perform 2-D median filtering.
% B = MEDFILT2(A,[M N]) performs median filtering of the matrix
% A in two dimensions. Each output pixel contains the med
www.eeworm.com/read/148609/5713725
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/147682/5728074
m asptrlslattice2.m
% [ff,bb,cf,b,y,e,kf,kb,c]=asptrlslattice2(ff,bb,kf,kb,c,cf,b,a,x,d)
%
% Performs filtering and coefficient update using the
% Recursive Least Squares Lattice Joint Process Estimator
% us
www.eeworm.com/read/147682/5728090
m asptmcfdadjlms.m
% [W,w,x,y,e,p,yF,feF] = asptmcfdadjlms(NC,W,x,xn,dn,yF,feF,S,SE,p,mu,b,c)
%
% Performs filtering and coefficient update using the
% Multi Channel Frequency Domain Adjoint LMS (MCFDADJLMS)
www.eeworm.com/read/147682/5728101
m asptsovnlms.m
% [w,y,e,xb,p]= asptsovnlms(xn,xb,w,d,mu,L1,L2,p,b)
%
% Performs filtering and coefficient update using the
% Second Order Volterra Normalized Least Mean Squares
% Adaptive Filter algori
www.eeworm.com/read/147682/5728135
m asptlmslattice.m
% [k,c,b,P,y,e] = asptlmslattice(k,c,b,P,x,d,mu_p,mu_c,upk)
%
% Performs filtering and coefficient update for the
% LMS Lattice (joint process estimator) adaptive filter.
%
% Input Paramet