代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/298377/7964158

rc2 k_average.rc2

// // K_AVERAGE.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED /
www.eeworm.com/read/396828/8088164

m average_outputs_snn.m

function y_av = average_outputs_snn(ym, alpha, errf) %AVERAGE_OUTPUTS_SNN Weighted output average. % % Syntax % % y_av = average_outputs_snn(ym, alpha, errf) % % Description % % AVERAGE_OUTPUT
www.eeworm.com/read/396828/8088272

m unbiased_average_snn.m

function y_validation = unbiased_average_snn(nets, alpha, datasets) %UNBIASED_AVERAGE_SNN Unbiased weighted average. % % Syntax % % y_uav = unbiased_average_snn(nets, alpha, datasets) % % Description
www.eeworm.com/read/492937/6414402

m gui_moving_average.m

function gui_moving_average % GUI_MOVING_AVERAGE provide moving average filtration of data % last modified 02.12.04 global TS str=TS.name; [selection,ok] = listdlg('PromptString','Select da
www.eeworm.com/read/492937/6414549

m mutual_average_inf.m

function y=mutual_average_inf(x,maxLag); % MUTUAL_AVERAGE_INF(x,maxLag) calculates the Mutual Average Information (MAI) (in % bits) of vector x using lags from 0 to maxLag % % last modified 10.1