代码搜索:ESS
找到约 2,104 项符合「ESS」的源代码
代码结果 2,104
www.eeworm.com/read/452772/7433168
asv golden.asv
function [x_label,y_label,time]=golden(fun,a,b,ess,tt)
if nargin
www.eeworm.com/read/170690/6326727
m online_em_pomdp_demo.m
% Example of online EM applied to a simple POMDP with fixed action seq
% Create a really easy model to learn
rand('state', 1);
O = 2;
S = 2;
A = 2;
prior0 = [1 0]';
transmat0 = cell(1,A);
transmat0{
www.eeworm.com/read/487196/6516591
m roundness_assessment.m
function ess_lsc=Roundness_Assessment(h,raxis)
%h为分离出的误差数据,raxis基圆半径
n=size(h',1);
theta=linspace(0,2*pi-2*pi/n,n);
a=2/n*sum(h.*cos(theta));
b=2/n*sum(h.*sin(theta));
h_lsc=h-a*cos(theta)-b
www.eeworm.com/read/263670/11348532
cfg cwdata.cfg
{{1 breakpoint keep y_G 0x002ce03d in toneApPattern(toneApData *) at C:\\VxProjects\\ESS_Sound\\vx_tone_ap.cpp:101} {} 0 {}}
www.eeworm.com/read/248729/12544163
m online_em_pomdp_demo.m
% Example of online EM applied to a simple POMDP with fixed action seq
% Create a really easy model to learn
rand('state', 1);
O = 2;
S = 2;
A = 2;
prior0 = [1 0]';
transmat0 = cell(1,A);
transmat0{
www.eeworm.com/read/360807/10077444
c sbc.c
/*****************************************************************************/
/*
* sbc.c -- Linux soundcard HF FSK driver,
* Soundblaster specific functions.
*
* Co
www.eeworm.com/read/425546/10349274
m dhmm_em_online_demo.m
% Example of online EM applied to a simple POMDP with fixed action seq
clear all
% Create a really easy model to learn
rand('state', 1);
O = 2;
S = 2;
A = 2;
prior0 = [1 0]';
transmat0 = cell(1,A);
www.eeworm.com/read/416298/11034287
m dhmm_em_online_demo.m
% Example of online EM applied to a simple POMDP with fixed action seq
clear all
% Create a really easy model to learn
rand('state', 1);
O = 2;
S = 2;
A = 2;
prior0 = [1 0]';
transmat0 = cell(1,A);
www.eeworm.com/read/469416/6976535
m dhmm_em_online_demo.m
% Example of online EM applied to a simple POMDP with fixed action seq
clear all
% Create a really easy model to learn
rand('state', 1);
O = 2;
S = 2;
A = 2;
prior0 = [1 0]';
transmat0 = cell(1,A);
www.eeworm.com/read/199440/7853091
m dhmm_em_online_demo.m
% Example of online EM applied to a simple POMDP with fixed action seq
clear all
% Create a really easy model to learn
rand('state', 1);
O = 2;
S = 2;
A = 2;
prior0 = [1 0]';
transmat0 = cell(1,A);