代码搜索:Beta值

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

代码结果 10,000
www.eeworm.com/read/269766/11078952

m ulv_up.m

function [p,L,V,U,vec] = ulv_up(p,L,V,U,a,beta,tol_rank,tol_ref, ... max_ref,fixed_rank) % ulv_up --> Updating a row in the rank-revealing ULV
www.eeworm.com/read/269691/11083304

3 fig20.3

#include "apue.h" #include "apue_db.h" #include int main(void) { DBHANDLE db; if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC, FILE_MODE)) == NULL) err_sys("db_open error"); i
www.eeworm.com/read/269691/11083554

c t4.c

#include "apue.h" #include "apue_db.h" #include int main(void) { DBHANDLE db; if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC, FILE_MODE)) == NULL) err_sys("db_open error"); i
www.eeworm.com/read/268261/11146743

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/268255/11148439

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/267889/11159225

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/335362/12534775

3 fig20.3

#include "apue.h" #include "apue_db.h" #include int main(void) { DBHANDLE db; if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC, FILE_MODE)) == NULL) err_sys("db_open error"); i
www.eeworm.com/read/335362/12535126

c t4.c

#include "apue.h" #include "apue_db.h" #include int main(void) { DBHANDLE db; if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC, FILE_MODE)) == NULL) err_sys("db_open error"); i
www.eeworm.com/read/237777/13931597

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/201230/15413023

h vector3f.h

/*************************************************************************** vector3f.h - description ------------------- begin