代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/138638/13227606

c average2.c

/* ** Compute the average of the specified number of values. */ #include float average( int n_values, ... ) { va_list var_arg; int count; float sum = 0; /* ** Prepare
www.eeworm.com/read/320830/13417570

m average_precision.m

function Average_Precision=Average_precision(Outputs,test_target) %Computing the average precision %Outputs: the predicted outputs of the classifier, the output of the ith instance for the jth class
www.eeworm.com/read/304785/13787067

vi random_average.vi

www.eeworm.com/read/302770/13827764

m synchronous_average.m

function m=synchronous_average(x,T) % % SYNCHRONOUS_AVERAGE % calculate the synchronous average of the signal x % with period T % % USAGE % m=synchronous_average
www.eeworm.com/read/302157/13840911

hpp average1.hpp

#ifndef _BAYES_FILTER_AVERAGE1 #define _BAYES_FILTER_AVERAGE1 /* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and conditio
www.eeworm.com/read/301814/13848060

vi random average.vi

www.eeworm.com/read/103988/6211916

hpp average1.hpp

#ifndef _BAYES_FILTER_AVERAGE1 #define _BAYES_FILTER_AVERAGE1 /* * Bayes++ the Bayesian Filtering Library * Copyright (c) 2002 Michael Stevens * See accompanying Bayes++.htm for terms and conditio
www.eeworm.com/read/492937/6414532

m moving_average.m

function Y=moving_average(X,ap) % MOVING_AVERAGE provide moving average filtration of time series x % window - window size (in samples). By default 5 % % last modified 01.12.04 if nargin