代码搜索:ESS

找到约 2,104 项符合「ESS」的源代码

代码结果 2,104
www.eeworm.com/read/425793/10322439

m rlag1.m

function [Gc,KK]=rlag(G,zeta,ew,Tz); G=tf(G);[r,k]=rlocus(G); za=zeta/sqrt(1-zeta^2);ri=r(1,find(imag(r(1,:))>0)); ra=imag(ri)./real(ri);KK=spline(ra,k(find(imag(r(1,:))>0)),1/za); syms x Gn Gd;Gn
www.eeworm.com/read/277580/10622812

html package-frame.html

www.eeworm.com/read/418071/10966388

m dpsk.m

N=8; M=10; fbconnection=[1 1 0 1 1 0 0 1]; mseq=m_sequence(fbconnection); Seq=[mseq,1]; Ts = 2.5e-11; % time window (period):ps num = 2^M;
www.eeworm.com/read/459131/7281760

html package-frame.html

www.eeworm.com/read/452772/7433174

txt 新建 文本文档 (3).txt

function x=bisect(fun,a,b,ess) fa=feval(fun,a); fb=feval(fun,b); if fa*fb>0 error('函数两端点的值应异号'); end x=(a+b)/2 while (b-a)>ess fx=feval(fun,x); if fa*fx
www.eeworm.com/read/114188/15066435

htm 00000004.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: bv1al.bbs@bbs.cm.nctu.edu.tw (阿里巴
www.eeworm.com/read/193048/8256141

m rlag1.m

function [Gc,KK]=rlag(G,zeta,ew,Tz); G=tf(G);[r,k]=rlocus(G); za=zeta/sqrt(1-zeta^2);ri=r(1,find(imag(r(1,:))>0)); ra=imag(ri)./real(ri);KK=spline(ra,k(find(imag(r(1,:))>0)),1/za); syms x Gn Gd;Gn
www.eeworm.com/read/152250/12130908

m compute_ess_dhmm_annealed_broken.m

function [loglik, exp_num_trans, exp_num_visits1, exp_num_emit, exp_num_visitsT] = ... compute_ess_dhmm(startprob, transmat, obsmat, data, dirichlet, temperature) % % Compute the Expected Sufficie
www.eeworm.com/read/286640/8752784

m cp0702_bandwidth.m

% % FUNCTION 7.7 : "cp0702_bandwidth" % % Evaluates the bandwidth of the input 'signal' with % sampling rate 'dt' % Bandwidth is evaluated according to the given 'threshold' % (in dB) % 'BW' is