代码搜索:Beta值

找到约 10,000 项符合「Beta值」的源代码

代码结果 10,000
www.eeworm.com/read/161839/10366082

m logmapo.m

function L_all = logmapo(rec_s,g,L_a,ind_dec) % Copyright Nov 1998, Yufei Wu % MPRG lab, Virginia Tech. % for academic use only % Log_MAP algorithm using straightforward method to compute branch metr
www.eeworm.com/read/161357/10422885

m logmapo.m

function L_all = logmapo(rec_s,g,L_a,ind_dec) % Copyright Nov 1998, Yufei Wu % MPRG lab, Virginia Tech. % for academic use only % Log_MAP algorithm using straightforward method to compute branch metr
www.eeworm.com/read/353523/10441572

m ex030700.m

% 第三章: 例 3.7: % x1 = rand(1,11); x2 = rand(1,11); n = 0:10; alpha = 2; beta = 3; k = 0:500; w = (pi/500)*k; X1 = x1 * (exp(-j*pi/500)).^(n'*k); % x1 的 DTFT X2 = x2 * (exp(-j*pi/500)).^(n'*k);
www.eeworm.com/read/424420/10452245

m raised_cosine.m

function h = raised_cosine(Q, b, trunc) % function h = raised_cosine(Q, b, trunc) % % Output: % h - Raised-cosine shaped pulseform. % % Input: % Q - Oversample-factor. %
www.eeworm.com/read/424281/10471301

todo

* discrete inverse distributions - easy apart from hypergeometric(?) * look for integer overflow in the discrete functions - this could be hard to find - perform computations in double to avoid.
www.eeworm.com/read/160718/10504697

m logmapo.m

function L_all = logmapo(rec_s,g,L_a,ind_dec) % Copyright Nov 1998, Yufei Wu % MPRG lab, Virginia Tech. % for academic use only % Log_MAP algorithm using straightforward method to compute branch metr
www.eeworm.com/read/423906/10527116

m ex030700.m

% 第三章: 例 3.7: % x1 = rand(1,11); x2 = rand(1,11); n = 0:10; alpha = 2; beta = 3; k = 0:500; w = (pi/500)*k; X1 = x1 * (exp(-j*pi/500)).^(n'*k); % x1 的 DTFT X2 = x2 * (exp(-j*pi/500)).^(n'*k);
www.eeworm.com/read/422338/10641104

m fitline2dpoints.m

function fitLine2Dpoints(X,n) [x,y,beta,alpha] = fitLine(X,n); plot(X(:,1),X(:,2),'o',x,y); i1 = 0; i2 = 0; for i = 1:size(X,1) if X(i,2) > (beta * X(i,1) + alpha) i1 = i1 + 1;
www.eeworm.com/read/421574/10728720

m error_ionospheric_klobuchar.m

%This Function approximate Ionospheric Group Delay %CopyRight By Moein Mehrtash %************************************************************************ % Written by Moein Mehrtash, Concordia Uni
www.eeworm.com/read/349712/10802515

m stepwise.m

function stepwise(X,y,inmodel,alpha); %STEPWISE Interactive tool for stepwise regression. % STEPWISE(X,Y,INMODEL,ALPHA) fits a regression model of Y on the % columns of X specified in the vecto