代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/367349/9755235

h pr_hcm.h

#include #include #include #include #include"PR_unit.h" class PR_HCM { public: enum DisType{SHORTEST,LONGEST,MIDDLE,AVERAGE,CENTERGRAVITY}; //the typ
www.eeworm.com/read/415313/11076991

m computeap.m

% ComputeAP: calculate the average precision % % Parameters: % Y_prob: array of predicted probability % Y_test: array of true labels % class_set: set of all possible labels function AvgPrec =
www.eeworm.com/read/414455/11111478

m huffman.m

function [h,l]=huffman(p); %HUFFMAN Huffman code generator % [h,l]=huffman(p), Huffman code generator % returns h the Huffman code matrix, and l the % average codeword length for a so
www.eeworm.com/read/204456/15339313

m dlpdda.m

function W = dlpdda(x,nu,usematlab) %DLPDDA Distance Linear Programming Data Description attracted by the Average distance % % W = DLPDDA(D,NU) % % This one-class classifier works directly on th
www.eeworm.com/read/106690/15626694

m pop_averef.m

% pop_averef() - Convert an EEG dataset to average reference. % This function is obsolete. See pop_reref() instead. % % % Usage: % >> EEGOUT = pop_averef( EEG, confirm); % % Input
www.eeworm.com/read/221508/14739479

m dbbcp_fangzhen.m

% % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% close all clear all %profile on %参数初始化 % %
www.eeworm.com/read/221508/14739482

asv dbbcp_fangzhen.asv

% % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% close all clear all %profile on %参数初始化 % %
www.eeworm.com/read/433114/8545581

m mysmooth.m

function avin=mysmooth(in,dist) % Function computes average over "dist" samples of matrix "in". "dist" must be % greater than or equal to 1, but need not be integer. % % Written by: E. R.: % Last upd
www.eeworm.com/read/431198/8703118

lst mod5ans.lst

listing 1 // Average 10 double values. class Avg { public static void main(String args[]) { double nums[] = { 1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9, 10.1 };
www.eeworm.com/read/386508/8739360

m rcf.m

% Repeated Clipping and Filtering--PAPR Simulation % % Reference: J. Armstrong, New OFDM peak-to-average power reduction scheme. % % Author: Bin Jiang % National Mobile Communication Research La