代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/488224/6498685

m program_5_5.m

% Program 5_5 % Illustration of Overlap-Add Method % % Generate the noise sequence R = 64; d = rand(R,1)-0.5; % Generate the uncorrupted sequence and add noise k = 0:R-1; s = 2*k.*(0.9.^k); x
www.eeworm.com/read/481988/6634625

c averagevalue.c

// **************************************************************** // Description: Library function to determine the // average value of a integer array. Note this code stresses // simplicity o
www.eeworm.com/read/480323/6672520

m arma_svdtls.m

function [a,Rx,fTLS,p]=ARMA_SVDTLS(M,x,pe,varargin) %pe=60; [Q,N]=size(x); %M=40; %sampling=100; %fls=zeros(sampling,2); %p_average=0; %for k=1:sampling % w=randn(size(n)); % x = sq
www.eeworm.com/read/480323/6672523

m arma_hosa.m

function [a,Rx,fHOSA,p]=ARMA_HOSA(x,M1,M2,N1,N2,varargin) [Q,N]=size(x); %N=1000; %n=1:N; %sampling=100; ftemp=zeros(sampling,2); % M1=4; % M2=10; % N1=-5; % N2=5; maxlag=M1+2*M2-1; ove
www.eeworm.com/read/479862/6681837

txt name2.txt

Pelajar Ujian1 Ujian2 Ujian3 Ujian4 Ujian5 Purata Gred Jonhson 85 83 77 91 76 82.40 B Aniston 80 90 95 93 48 81.20 B
www.eeworm.com/read/479866/6681862

txt name2.txt

Pelajar Ujian1 Ujian2 Ujian3 Ujian4 Ujian5 Purata Gred Jonhson 85 83 77 91 76 82.40 B Aniston 80 90 95 93 48 81.20 B
www.eeworm.com/read/477683/6730861

awk std_ave.awk

# usage: get link average and standard deviation from every connection's average # awk -f std_ave.awk *.tr BEGIN { total=0.0 flowNum=0.0 } val[flowNum]=$2 flowNum++ total=total+$2 EN
www.eeworm.com/read/410432/11287603

c mall.c

/* mall.c -- use the Queue interface */ /* compile with queue.c */ #include #include /* for rand() and srand() */ #include /* for time()
www.eeworm.com/read/407047/11430807

m calcmstxpowraise.m

%CalcMsTxPowRaise txPowerRaise = CalcMsTxPowRaise(lpTables, speeds) returns the single % link average power raise caused by power control following multipath %
www.eeworm.com/read/402868/11526790

m calculate_mean.m

function [m1,m2]=calculate_mean %This function calculates the mean (a,b) components of the whole template %set. %Obtain all template names. template_names=dir('../caras/*.jpg'); T=zeros(400,300